comparison .gitlab-ci.yml @ 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 f4d991ac2cd6
children bbd1e2f4e7a1 868e7bc03b5f 2f572645b6d5
comparison
equal deleted inserted replaced
5507:95478db35f88 5511:80b5d4b85a52