i18n: don't translate a transaction name
authorBryan O'Sullivan <bryano@fb.com>
Fri, 15 Jan 2016 13:14:49 -0800
changeset 27794 9a1f3f9bac5d
parent 27793 8c9bbf5cd349
child 27795 3e0d27d298b7
i18n: don't translate a transaction name
mercurial/streamclone.py
--- a/mercurial/streamclone.py	Wed Dec 23 22:37:24 2015 +0900
+++ b/mercurial/streamclone.py	Fri Jan 15 13:14:49 2016 -0800
@@ -304,7 +304,7 @@
         repo.ui.progress(_('clone'), 0, total=bytecount)
         start = time.time()
 
-        tr = repo.transaction(_('clone'))
+        tr = repo.transaction('clone')
         try:
             for i in xrange(filecount):
                 # XXX doesn't support '\n' or '\r' in filenames