Submitter | phabricator |
---|---|
Date | Jan. 19, 2018, 9:32 p.m. |
Message ID | <8c9e4c7e1812800e68f6162be1e906b6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26981/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py --- a/mercurial/scmutil.py +++ b/mercurial/scmutil.py @@ -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