sapling/eden/scm/tests/test-sparse-rebase.t
Durham Goode c4f7d32501 py3: enable more tests
Summary: Not sure what fixed these, but let's enable them.

Reviewed By: quark-zju

Differential Revision: D19800696

fbshipit-source-id: 2536a121ae37d4b23ef09dcfee8d92ccbbef3af6
2020-02-17 14:52:39 -08:00

26 lines
587 B
Perl

#chg-compatible
$ hg init repo
$ cd repo
$ enable sparse rebase
$ hg debugdrawdag <<'EOS'
> D
> |
> B C
> |/
> A
> EOS
$ hg sparse --exclude A B C D E
$ hg update A -q
$ printf D > D
$ echo 2 > E
$ hg rebase -s C -d B
rebasing dc0947a82db8 "C" (C)
temporarily included 1 file(s) in the sparse checkout for merging
cleaned up 1 temporarily added file(s) from the sparse checkout
rebasing e7b3f00ed42e "D" (D)
temporarily included 1 file(s) in the sparse checkout for merging
cleaned up 1 temporarily added file(s) from the sparse checkout