diff -r 1679d73c9464 -r 217b7d83afc3 hgext/fetch.py --- a/hgext/fetch.py Wed Jun 15 17:04:06 2011 -0300 +++ b/hgext/fetch.py Wed Jun 08 14:54:52 2011 +0300 @@ -122,7 +122,7 @@ if not err: # we don't translate commit messages - message = (cmdutil.logmessage(opts) or + message = (cmdutil.logmessage(ui, opts) or ('Automated merge with %s' % util.removeauth(other.url()))) editor = cmdutil.commiteditor