comparison mercurial/vfs.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 2a7e777c9eed
children 8fb9985382be
comparison
equal deleted inserted replaced
35747:de32acb24949 35748:963a611b2f39