sapling/eden/scm/tests/test-share-unshare.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

22 lines
484 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.
# Share works with blackbox enabled:
$ eagerepo
$ cat >> $HGRCPATH << 'EOF'
> [extensions]
> blackbox =
> share =
> EOF
$ hg init a
$ hg share a b
updating working directory
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd b
$ hg unshare