mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
14ec2d4b34
Summary: These now pass Reviewed By: farnz Differential Revision: D19678869 fbshipit-source-id: 68601ff6a6d33b13947210eecfecd999aa2ddb1a
19 lines
297 B
Perl
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]
|