Mercurial > evolve
view .hg-format-source @ 5511:80b5d4b85a52 stable
tests: add test showing that `hg uncommit --rev` can fail to mark file added
The test case modified in this commit uses `hg uncommit --rev 0 b` to
revert the parent commit's state to revision 0 where file `b` doesn't
exist. The file is still tracked in the dirstate (correctly, since `hg
uncommit` should not affected the tracked-ness), so `hg status` should
report it as added. However, as the calls added in this patch shows,
it gets reported as modified instead.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 03 Sep 2020 09:21:58 -0700 |
parents | 48b30ff742cb |
children |