comparison tests/test-issue1175.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 70e2a22fd66e
children a43fdf33a6be
comparison
equal deleted inserted replaced
23748:4ab66de46a96 23749:a387b0390082
26 26
27 $ hg mv a b 27 $ hg mv a b
28 $ hg ci -Am4 a 28 $ hg ci -Am4 a
29 29
30 $ hg ci --debug --traceback -Am5 b 30 $ hg ci --debug --traceback -Am5 b
31 committing files:
31 b 32 b
32 b: searching for copy revision for a 33 b: searching for copy revision for a
33 b: copy a:b80de5d138758541c5f05265ad144ab9fa86d1db 34 b: copy a:b80de5d138758541c5f05265ad144ab9fa86d1db
35 committing manifest
36 committing changelog
34 committed changeset 5:732aafbecb501a198b3cc9323ad3899ff04ccf95 37 committed changeset 5:732aafbecb501a198b3cc9323ad3899ff04ccf95
35 38
36 $ hg verify 39 $ hg verify
37 checking changesets 40 checking changesets
38 checking manifests 41 checking manifests