Mercurial > public > mercurial-scm > hg-stable
diff tests/test-commit.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 | bfce25d25c96 |
children | 7e5d5160073b ed18f4acf435 |
line wrap: on
line diff
--- a/tests/test-commit.t Fri Aug 15 19:43:32 2014 +0200 +++ b/tests/test-commit.t Fri Apr 18 13:33:20 2014 +0200 @@ -50,7 +50,10 @@ $ hg add adding dir/file (glob) $ hg -v commit -m commit-9 dir + committing files: dir/file + committing manifest + committing changelog committed changeset 2:d2a76177cb42 $ echo > dir.file @@ -71,7 +74,10 @@ abort: dir2: no match under directory! [255] $ hg -v commit -m commit-13 ../dir + committing files: dir/file + committing manifest + committing changelog committed changeset 3:1cd62a2d8db5 $ cd .. @@ -92,7 +98,10 @@ [255] $ echo >> dir/file $ hg -v commit -m commit-17 dir/file + committing files: dir/file + committing manifest + committing changelog committed changeset 4:49176991390e An empty date was interpreted as epoch origin