hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Thu, 24 Jul 2014 23:39:25 +0900
branchstable
changeset 21942 64fe488b5179
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
test-status: add test for removed-and-untracked state (BC) In Mercurial 3.0, "hg status" can list the same file twice if it was removed but still exists in working directory, i.e. removed by "hg forget": $ hg status --rev 0 removed R removed ? removed But since 65cdc6bab91e, untracked state, "?", is no longer displayed in this example. I think the new behavior is correct since a file should have single state, but if it is a bug, this patch should be dropped.

# placeholder