sapling/tests/test-directaccess-revset.t
Saurabh Singh 6317ba0ca2 amend: replace with the fbamend extension
Summary:
The functionality we care about is provided by the `fbamend`
extension. Therefore, lets replace the `amend` extension with the `fbamend`
extension.

Reviewed By: farnz

Differential Revision: D10320739

fbshipit-source-id: 5700d39f488777fcc4033f60ce0a51cda15ef2ad
2018-10-11 06:59:23 -07:00

24 lines
405 B
Raku

$ enable amend directaccess obsstore
$ 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