# HG changeset patch # User Martin von Zweigbergk # Date 1415132766 28800 # Node ID 20c4e7a994ace85669d817aa9a423905d93bb558 # Parent 636158ff7329a75fd591895d971013939c26d484 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. diff -r 636158ff7329 -r 20c4e7a994ac tests/test-status-rev.t --- 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