sapling/eden/scm/tests/test-fb-hgext-remotefilelog-ruststores-lfs-bundle.t
Xavier Deguillard 16777c3d81 merge: remove the rustworkers option
Summary: It's now the default.

Reviewed By: DurhamG

Differential Revision: D21981563

fbshipit-source-id: 9e27e65ea8e47019f1542a505f5b7726c2cbeba2
2020-06-10 20:10:29 -07:00

20 lines
395 B
Perl

#chg-compatible
$ . "$TESTDIR/library.sh"
$ newserver master
$ cd $TESTTMP
$ clone master shallow --noupdate
$ cd shallow
$ setconfig remotefilelog.useruststore=True remotefilelog.lfs=True
$ setconfig lfs.url=file:$TESTTMP/lfs-server
$ echo "X" > x
$ hg commit -qAm x
$ echo "Y" > y
$ hg commit -qAm y
$ hg bundle -r tip --base tip~1 out.bundle
1 changesets found