sapling/eden/scm/tests/test-update-clean.t
Jun Wu 00ecfbb16c tests: opt-in new test runner for passing tests
Summary:
A lot of tests are passing with the new test runner.

This is done by `./edit-feature-header.py debugruntest` and paste
the `Passed:` section from `hg debugruntest -v test-*.t` output.

Note: some tests fail with this but pass with debugruntest. They
will be investigated as follow-up.

Differential Revision: D34931992

fbshipit-source-id: 99abc3d9800bb1dd3487dbfa15d715c0bd3ba878
2022-08-16 14:59:23 -07:00

21 lines
435 B
Perl

#chg-compatible
#debugruntest-compatible
$ enable remotefilelog
$ newrepo
$ echo remotefilelog >> .hg/requires
$ echo a > a
$ hg commit -qAm init
Make sure merge state is cleared when we have a clean tree.
$ mkdir .hg/merge
$ echo abcd > .hg/merge/state
$ hg debugmergestate
* version 1 records
local: abcd
$ hg up -qC . --config experimental.nativecheckout=True
$ hg debugmergestate
no merge state found