sapling/tests/test-lfs-journal.t
Wez Furlong 35e2b7c6ff hg: fix lfs and journal extension postshare wrapping
Summary:
this fixes `hg-new-workdir` by matching the function signature
and propagating the arguments.

Reviewed By: singhsrb

Differential Revision: D13992348

fbshipit-source-id: 582025affe2e0511f239e82bc880b2fecea84ac7
2019-02-07 18:58:40 -08:00

21 lines
457 B
Perl

# Test that journal and lfs wrap the share extension properly
$ cat >> $HGRCPATH << EOF
> [extensions]
> journal=
> lfs=
> [lfs]
> threshold=1000B
> usercache=$TESTTMP/lfs-cache
> EOF
$ hg init repo
$ cd repo
$ echo s > smallfile
$ hg commit -Aqm "add small file"
$ cd ..
$ hg --config extensions.share= share repo sharedrepo
updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved