diff -r 4ab66de46a96 -r a387b0390082 tests/test-addremove.t --- a/tests/test-addremove.t Fri Aug 15 19:43:32 2014 +0200 +++ b/tests/test-addremove.t Fri Apr 18 13:33:20 2014 +0200 @@ -6,8 +6,11 @@ adding dir/bar adding foo $ hg -v commit -m "add 1" + committing files: dir/bar foo + committing manifest + committing changelog committed changeset 0:6f7f953567a2 $ cd dir/ $ touch ../foo_2 bar_2 @@ -15,8 +18,11 @@ adding dir/bar_2 adding foo_2 $ hg -v commit -m "add 2" + committing files: dir/bar_2 foo_2 + committing manifest + committing changelog committed changeset 1:e65414bf35c5 $ cd .. $ hg forget foo