module Hoe::Mercurial
module Hoe::MercurialHelpers
module Hoe::RakeHelpers
class Hoe
hoe-mercurial
1.4.1
# log
def log( *msg ) output = colorize( msg.flatten.join(' '), 'cyan' ) $stderr.puts( output ) end