comparison tests/test-hook.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 19ebd2f88fc7
children d251da5e0e84
comparison
equal deleted inserted replaced
23748:4ab66de46a96 23749:a387b0390082
509 $ hg add foo 509 $ hg add foo
510 $ hg ci -d '0 0' -m 'add foo' 510 $ hg ci -d '0 0' -m 'add foo'
511 Automatically installed hook 511 Automatically installed hook
512 $ echo >> foo 512 $ echo >> foo
513 $ hg ci --debug -d '0 0' -m 'change foo' 513 $ hg ci --debug -d '0 0' -m 'change foo'
514 committing files:
514 foo 515 foo
516 committing manifest
517 committing changelog
515 calling hook commit.auto: hgext_hookext.autohook 518 calling hook commit.auto: hgext_hookext.autohook
516 Automatically installed hook 519 Automatically installed hook
517 committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708 520 committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
518 521
519 $ hg showconfig hooks 522 $ hg showconfig hooks