Mercurial > hg
comparison tests/test-committer.t @ 36202:707aba4d48b5
progress: use '%*d' to pad progress value
Follows up 7f5108e58083. The problem of '% Nd' is that ' ' means we want
{' ' or '-'} as a sign character. We should instead write '%Nd' to pad up
to N characters with space, and N can be '*'.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 14 Feb 2018 21:36:15 +0900 |
parents | ad2cd2ef25d9 |
children | 95c4cca641f6 |
comparison
equal
deleted
inserted
replaced
36201:46260fac5563 | 36202:707aba4d48b5 |
---|