module Hoe::MercurialHelpers

def get_current_rev

## Return the ID for the current rev
def get_current_rev
	id = read_command_output( 'hg', '-q', 'identify' )
	return id.chomp
end