This is an archive of the discontinued Mercurial Phabricator instance.

scmutil: 0-pad transaction report callback category
ClosedPublic

Authored by martinvonz on Jan 19 2018, 3:51 PM.

Details

Summary

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.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Jan 19 2018, 3:51 PM
durin42 accepted this revision.Jan 19 2018, 3:59 PM
This revision is now accepted and ready to land.Jan 19 2018, 3:59 PM
This revision was automatically updated to reflect the committed changes.