sapling/tests/test-fb-hgext-remotefilelog-localdatarepack-full.t
Xavier Deguillard 9e88acbdf7 remotefilelog: remove local loosefile generation
Summary:
The `remotefilelog.packlocaldata` has been on for a while now. Instead of
keeping the code around, let's simply remove it and fix all the tests that
assume a commit will generate loosefiles.

Reviewed By: quark-zju

Differential Revision: D17244837

fbshipit-source-id: e65ed16c9818be61be9ccbe19ce3fa18c890d70b
2019-09-10 13:10:42 -07:00

15 lines
286 B
Perl

$ . "$TESTDIR/library.sh"
$ newserver master
$ clone master client1
$ cd client1
$ echo x > x
$ echo y > y
$ hg commit -qAm x
$ findfilessorted .hg/store/data
$ hg repack --incremental --config remotefilelog.localdatarepack=True
$ findfilessorted .hg/store/data