sapling/eden/scm/tests/test-fsmonitor-casefolding.t
Durham Goode d02d5cdbfe py3: fix test-fsmonitor*
Summary: These now pass

Reviewed By: quark-zju

Differential Revision: D22127383

fbshipit-source-id: bcaad400d9f849251e396b68ad1b4d04c8831314
2020-06-19 13:40:18 -07:00

15 lines
229 B
Perl

#require fsmonitor icasefs
(Run this test using HGFSMONITOR_TESTS=1)
Updating across a rename
$ newrepo
$ echo >> a
$ hg commit -Aqm "add a"
$ hg mv a A
$ hg commit -qm "move a to A"
$ hg up -q '.^'
$ hg status