diff hgext/transplant.py @ 9196:07d127e771a1

merge with crew-stable
author Martin Geisler <mg@lazybytes.net>
date Wed, 22 Jul 2009 22:56:45 +0200
parents 3f505d4bfee0 d0225fa2f6c4
children 6b4c527c3d22
line wrap: on
line diff
--- a/hgext/transplant.py	Wed Jul 22 08:28:30 2009 +0100
+++ b/hgext/transplant.py	Wed Jul 22 22:56:45 2009 +0200
@@ -206,6 +206,7 @@
             (user, date, message) = self.filter(filter, cl, patchfile)
 
         if log:
+            # we don't translate messages inserted into commits
             message += '\n(transplanted from %s)' % revlog.hex(node)
 
         self.ui.status(_('applying %s\n') % revlog.short(node))