mercurial/scmutil.py
changeset 35748 963a611b2f39
parent 35710 5cd60b0587a8
child 35928 c8e2d6ed1f9e
--- a/mercurial/scmutil.py	Wed Jan 17 16:01:06 2018 +0100
+++ b/mercurial/scmutil.py	Fri Jan 19 11:35:55 2018 -0800
@@ -1247,7 +1247,7 @@
             if filtername:
                 repo = repo.filtered(filtername)
             func(repo, tr)
-        newcat = '%2i-txnreport' % len(categories)
+        newcat = '%02i-txnreport' % len(categories)
         otr.addpostclose(newcat, wrapped)
         categories.append(newcat)
         return wrapped