sapling/eden/scm/tests/test-bookmarks-loading-order.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

23 lines
411 B
Perl

#chg-compatible
#debugruntest-compatible
$ configure modern
$ setconfig ui.allowemptycommit=1
$ newrepo
$ echo A | hg debugdrawdag
Active bookmark.
$ hg up A -q
Read bookmark while updating it.
With metalog it works fine:
$ hg log -r A -T '{desc}\n' --config hooks.pre-bookmark-load='hg commit -m A2'
A
$ hg log -r A -T '{desc}\n' --config hooks.pre-bookmark-load='hg commit -m A3'
A2