sapling/eden/scm/tests/test-fb-hgext-remotefilelog-localdatarepack-full.t
Durham Goode 14ec2d4b34 py3: enable more tests
Summary: These now pass

Reviewed By: farnz

Differential Revision: D19678869

fbshipit-source-id: 68601ff6a6d33b13947210eecfecd999aa2ddb1a
2020-02-01 10:39:39 -08:00

19 lines
297 B
Perl

#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]