module Hoe::Mercurial
module Hoe::MercurialHelpers
module Hoe::RakeHelpers
class Hoe
hoe-mercurial
1.1.1
# get_current_rev
def get_current_rev id = read_command_output( 'hg', '-q', 'identify' ) return id.chomp end