comparison mercurial/commands.py @ 9467:4c041f1ee1b4

do not attempt to translate ui.debug output
author Martin Geisler <mg@lazybytes.net>
date Sat, 19 Sep 2009 01:15:38 +0200
parents c564dbb2a6d5
children a4f6e4427b65
comparison
equal deleted inserted replaced
9466:1214c64c592b 9467:4c041f1ee1b4
1787 # pickup the patch msg 1787 # pickup the patch msg
1788 message = message.strip() 1788 message = message.strip()
1789 else: 1789 else:
1790 # launch the editor 1790 # launch the editor
1791 message = None 1791 message = None
1792 ui.debug(_('message:\n%s\n') % message) 1792 ui.debug('message:\n%s\n' % message)
1793 1793
1794 wp = repo.parents() 1794 wp = repo.parents()
1795 if opts.get('exact'): 1795 if opts.get('exact'):
1796 if not nodeid or not p1: 1796 if not nodeid or not p1:
1797 raise util.Abort(_('not a Mercurial patch')) 1797 raise util.Abort(_('not a Mercurial patch'))