mq: mark strings that should not be translated stable
authorMartin Geisler <mg@lazybytes.net>
Tue, 26 Oct 2010 17:59:21 +0200
branchstable
changeset 12849 d966eb464888
parent 12848 f7f1a146f407
child 12850 62b334b0dfdf
mq: mark strings that should not be translated
hgext/mq.py
--- a/hgext/mq.py	Tue Oct 26 14:41:58 2010 +0300
+++ b/hgext/mq.py	Tue Oct 26 17:59:21 2010 +0200
@@ -654,9 +654,11 @@
 
             message = ph.message
             if not message:
+                # The commit message should not be translated
                 message = "imported patch %s\n" % patchname
             else:
                 if list:
+                    # The commit message should not be translated
                     message.append("\nimported patch %s" % patchname)
                 message = '\n'.join(message)