Mercurial > hg
changeset 23198:20c4e7a994ac
test-status-rev: document one more broken test
The status for missing_content2_content2-untracked doesn't get
reported at all. Since the file does exist in the working copy, it
should reported as unknown. Document that in the test.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 04 Nov 2014 12:26:06 -0800 |
parents | 636158ff7329 |
children | 48a2eefd3d20 |
files | tests/test-status-rev.t |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-status-rev.t Tue Nov 04 16:09:52 2014 -0800 +++ b/tests/test-status-rev.t Tue Nov 04 12:26:06 2014 -0800 @@ -103,6 +103,7 @@ R content1_missing_content3-untracked $ hg status -A --rev 1 missing_content2_missing-tracked ! missing_content2_missing-tracked +BROKEN: file exists, so should be listed (as '?') $ hg status -A --rev 1 missing_content2_content2-untracked $ hg status -A --rev 1 missing_content2_content3-tracked A missing_content2_content3-tracked