comparison tests/test-mq.t @ 23749:a387b0390082

localrepo: show headline notes in commitctx before showing filenames commitctx already showed notes with filenames but didn't provide any context. It is just as relevant to know when manifest or changelog is committed. So, in addition to filenames, also show headlines 'committing files:', 'committing manifest' and 'committing changelog'.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Apr 2014 13:33:20 +0200
parents e955549cd045
children aa4a1672583e
comparison
equal deleted inserted replaced
23748:4ab66de46a96 23749:a387b0390082
1398 1398
1399 $ hg qpush -f --verbose 1399 $ hg qpush -f --verbose
1400 applying empty 1400 applying empty
1401 saving current version of hello.txt as hello.txt.orig 1401 saving current version of hello.txt as hello.txt.orig
1402 patching file hello.txt 1402 patching file hello.txt
1403 committing files:
1403 hello.txt 1404 hello.txt
1405 committing manifest
1406 committing changelog
1404 now at: empty 1407 now at: empty
1405 $ hg st 1408 $ hg st
1406 M bye.txt 1409 M bye.txt
1407 ? hello.txt.orig 1410 ? hello.txt.orig
1408 $ hg diff --config diff.nodates=True 1411 $ hg diff --config diff.nodates=True