sapling/eden/scm/tests/test-directaccess-revset.t
Jun Wu 41dd58675e tests: migrate some tests to use mutation
Summary:
Change `configure evolution` to `configure mutation-norecord`.
The tests pass without further modification.

Reviewed By: sfilipco

Differential Revision: D21913598

fbshipit-source-id: 93ac6ce21fb87482a388508f151520f4e6f0bd31
2020-06-10 19:29:59 -07:00

27 lines
445 B
Perl

#chg-compatible
$ configure mutation-norecord
$ enable amend directaccess
$ newrepo
$ drawdag <<'EOS'
> C E
> | |
> B D
> |/
> A
> EOS
$ hg hide -q $B+$D
Both string and symbol are processed
$ hg metaedit --fold "'$B'+$C" -m foo
Warning: accessing hidden changesets 112478962961,26805aba1e60 for write operation
2 changesets folded
"Or" function is handled
$ hg log -r "$D+'$E'+merge()" -T '{desc}\n'
D
E