comparison tests/test-import.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 c63a09b6b337
children 5ac8ce04baa2
comparison
equal deleted inserted replaced
23748:4ab66de46a96 23749:a387b0390082
409 $ hg --cwd b parents --template 'parent: {rev}\n' 409 $ hg --cwd b parents --template 'parent: {rev}\n'
410 parent: 0 410 parent: 0
411 $ hg --cwd b import -v ../patch1 ../patch2 411 $ hg --cwd b import -v ../patch1 ../patch2
412 applying ../patch1 412 applying ../patch1
413 patching file a 413 patching file a
414 committing files:
414 a 415 a
416 committing manifest
417 committing changelog
415 created 1d4bd90af0e4 418 created 1d4bd90af0e4
416 applying ../patch2 419 applying ../patch2
417 patching file a 420 patching file a
421 committing files:
418 a 422 a
423 committing manifest
424 committing changelog
419 created 6d019af21222 425 created 6d019af21222
420 $ hg --cwd b rollback 426 $ hg --cwd b rollback
421 repository tip rolled back to revision 0 (undo import) 427 repository tip rolled back to revision 0 (undo import)
422 working directory now based on revision 0 428 working directory now based on revision 0
423 $ hg --cwd b parents --template 'parent: {rev}\n' 429 $ hg --cwd b parents --template 'parent: {rev}\n'