Skip to content
Snippets Groups Projects
Commit c2d691542d6a authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

test: lock test-unbundlehash to bundle1 usage

It is testing a bundle1 specific behavior. Bundle2 has its own way there. See
inline comment for details.
parent 9793e52279a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@
Test wire protocol unbundle with hashed heads (capability: unbundlehash)
$ cat << EOF >> $HGRCPATH
> [experimental]
> # This tests is intended for bundle1 only.
> # bundle2 carries the head information inside the bundle itself and
> # always uses 'force' as the heads value.
> bundle2-exp = False
> EOF
Create a remote repository.
$ hg init remote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment