module Hoe::Mercurial
module Hoe::MercurialHelpers
module Hoe::RakeHelpers
class Hoe
hoe-mercurial
1.4.1
# get_manifest
def get_manifest raw = read_command_output( 'hg', 'manifest' ) return raw.split( $/ ) end