Submitter | phabricator |
---|---|
Date | Jan. 19, 2018, 8:51 p.m. |
Message ID | <differential-rev-PHID-DREV-olytyderljp3kydvfhqi-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26979/ |
State | Superseded |
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