sapling/eden/scm/tests/test-lfs-journal.t
Muir Manders 1dcb7966fc tests: turn on eagerepo for a bunch of tests
Summary: These are the tests that passed after adding "$ eagerepo". I attempted to turn on eagerepo for all tests that didn't contain "$ eagerepo" or "configure modern".

Reviewed By: quark-zju

Differential Revision: D44445379

fbshipit-source-id: b283be6d5249f74e11a3205622961e457587e93b
2023-04-04 08:42:03 -07:00

28 lines
669 B
Perl

#debugruntest-compatible
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# Test that journal and lfs wrap the share extension properly
$ eagerepo
$ 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