Mercurial > public > mercurial-scm > hg
diff tests/test-commit.out @ 6110:81e20e01d465
status: put added files that have disappeared in the deleted list
This gives the user an indication that something went wrong with this file:
$ hg add foo
$ rm foo
$ hg status foo
! foo
Fixes issue212.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Thu, 14 Feb 2008 18:08:16 -0200 |
parents | c5793dada959 |
children | 5ffa962783c4 |
line wrap: on
line diff
--- a/tests/test-commit.out Thu Feb 14 18:08:16 2008 -0200 +++ b/tests/test-commit.out Thu Feb 14 18:08:16 2008 -0200 @@ -12,9 +12,9 @@ rollback completed abort: invalid date: 'foo bar' nothing changed -% partial commit test -trouble committing bar! -abort: No such file or directory: .../test/bar +% commit added file that has been deleted +nothing changed +abort: file .../test/bar not found! adding dir/file dir/file adding dir.file