comparison mercurial/setdiscovery.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 f77121b6bf1b
children 5cfdf6137af8
comparison
equal deleted inserted replaced
35747:de32acb24949 35748:963a611b2f39