module Hoe::MercurialHelpers
def edit_commit_log( logfile )
def edit_commit_log( logfile ) diff = make_commit_log() File.open( logfile, 'w' ) do |fh| fh.print( diff ) end edit( logfile ) end
def edit_commit_log( logfile ) diff = make_commit_log() File.open( logfile, 'w' ) do |fh| fh.print( diff ) end edit( logfile ) end