module Hoe::MercurialHelpers

def get_manifest

def get_manifest
	raw = read_command_output( 'hg', 'manifest' )
	return raw.split( $/ )
end