Mercurial > hg
diff mercurial/statichttprepo.py @ 35748:963a611b2f39
scmutil: 0-pad transaction report callback category
Before this patch, the transaction name was '%2i-txnreport', which
means the first one would be ' 0-txnreport'. It seems more intuitive
for sorting purposes (the callbacks are called in lexicographical
order) to make it 0-padded.
Differential Revision: https://phab.mercurial-scm.org/D1917
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 19 Jan 2018 11:35:55 -0800 |
parents | c752fbe228fb |
children | 24c2c760c1cb |