module Hoe::Mercurial
module Hoe::MercurialHelpers
module Hoe::RakeHelpers
class Hoe
hoe-mercurial
1.1.1
# get_tip_info
def get_tip_info data = read_command_output( 'hg', 'tip' ) return YAML.load( data ) end