sapling/tests/test-fb-hgext-remotefilelog-bundleloop.t
Mark Thomas 66d79c86c8 pull: remove postincoming advice
Summary:
The postincoming checks prints out advice of the following forms:

* `(run 'hg heads' to see heads)`
* `(run 'hg heads' to see heads, 'hg merge' to merge)`
* `(run 'hg heads .' to see heads, 'hg merge' to merge)`
* `(run 'hg update' to get a working copy)`

This advice is no longer useful, so remove it.

Reviewed By: DurhamG, farnz

Differential Revision: D15317185

fbshipit-source-id: 50ba576406c96715fa058399da53462be9b7a3bf
2019-05-20 06:19:49 -07:00

26 lines
559 B
Perl

$ 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
added 4 changesets with 8 changes to 6 files
new changesets 52f22a21f8db:bf8514b268e7