sapling/eden/scm/tests/test-fb-ext-remotefilelog-bundleloop.t
Saul Gutierrez 7f8e4f2439 hgext: rename ext to hgext
Summary: We since internally we will start to refer to `hg` as `sapling`, the `hgext` directory does not make that much sense now. This diff renames the `hgext` directory to `ext`, as well as all the references to it.

Reviewed By: jordanwebster

Differential Revision: D38914577

fbshipit-source-id: 2d01fc9ead26f309d9021ffe34e0812e0f2a13b7
2022-08-23 15:19:05 -07:00

29 lines
672 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.
$ setconfig "remotefilelog.cachepath=$TESTTMP/cache" 'extensions.remotefilelog='
$ newrepo
$ echo remotefilelog >> .hg/requires
$ drawdag << 'EOS'
> E # E/X=1 (renamed from Y)
> |
> D # D/Y=3 (renamed from X)
> |
> B # B/X=2
> |
> A # A/X=1
> EOS
$ hg bundle --all "$TESTTMP/bundle" --traceback -q
$ newrepo
$ echo remotefilelog >> .hg/requires
$ hg unbundle "$TESTTMP/bundle"
adding changesets
adding manifests
adding file changes