##// END OF EJS Templates
test: lock test-unbundlehash to bundle1 usage...
Pierre-Yves David -
r25374:c2d69154 default
parent child Browse files
Show More
@@ -2,6 +2,14 b''
2
2
3 Test wire protocol unbundle with hashed heads (capability: unbundlehash)
3 Test wire protocol unbundle with hashed heads (capability: unbundlehash)
4
4
5 $ cat << EOF >> $HGRCPATH
6 > [experimental]
7 > # This tests is intended for bundle1 only.
8 > # bundle2 carries the head information inside the bundle itself and
9 > # always uses 'force' as the heads value.
10 > bundle2-exp = False
11 > EOF
12
5 Create a remote repository.
13 Create a remote repository.
6
14
7 $ hg init remote
15 $ hg init remote
General Comments 0
You need to be logged in to leave comments. Login now