sapling/eden/scm/tests/test-fb-ext-tweakdefaults-opawarecommands.t
Muir Manders 1dcb7966fc tests: turn on eagerepo for a bunch of tests
Summary: These are the tests that passed after adding "$ eagerepo". I attempted to turn on eagerepo for all tests that didn't contain "$ eagerepo" or "configure modern".

Reviewed By: quark-zju

Differential Revision: D44445379

fbshipit-source-id: b283be6d5249f74e11a3205622961e457587e93b
2023-04-04 08:42:03 -07:00

29 lines
615 B
Perl

#chg-compatible
#debugruntest-compatible
$ eagerepo
$ enable amend rebase tweakdefaults
$ configure mutation-norecord
Setup repo
$ hg init opawarerepo
$ cd opawarerepo
$ echo root > root && hg ci -Am root
adding root
Check amend metadata
$ echo a > a && hg ci -Am a
adding a
$ echo aa > a && hg amend
$ hg debugobsolete
Check rebase metadata
$ hg book -r . destination
$ hg up 'desc(root)'
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
$ echo b > b && hg ci -Am b
adding b
$ hg rebase -r . -d destination
rebasing 1e9a3c00cbe9 "b"
$ hg debugobsolete