Mercurial > public > mercurial-scm > hg
diff mercurial/streamclone.py @ 27794:9a1f3f9bac5d
i18n: don't translate a transaction name
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Fri, 15 Jan 2016 13:14:49 -0800 |
parents | 14f5ea7cc4c2 |
children | 7417e1c10253 |
line wrap: on
line diff
--- 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