sapling/eden/scm/tests/test-fb-hgext-remotefilelog-localdatarepack-full.t

20 lines
310 B
Perl
Raw Normal View History

#require py2
#chg-compatible
$ . "$TESTDIR/library.sh"
$ newserver master
$ clone master client1
$ cd client1
$ echo x > x
$ echo y > y
$ hg commit -qAm x
$ [ -d .hg/store/data ]
[1]
$ hg repack --incremental --config remotefilelog.localdatarepack=True
$ [ -d .hg/store/data ]
[1]