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

test: test both bundle1 and bundle2 paths in 'test-push-hook-lock.t'

The locking scheme is a bit different in each cases. So we explicitly test each
case.
parent bd625cd4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
$ echo bar >> 3/foo
$ hg --cwd 3 ci -m bar
$ hg --cwd 3 push ../2
$ hg --cwd 3 push ../2 --config experimental.bundle2-exp=False
pushing to ../2
searching for changes
adding changesets
......@@ -36,3 +36,15 @@
lock: user *, process * (*s) (glob)
wlock: free
$ hg --cwd 1 --config extensions.strip= strip tip -q
$ hg --cwd 2 --config extensions.strip= strip tip -q
$ hg --cwd 3 push ../2 --config experimental.bundle2-exp=True
pushing to ../2
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
lock: user *, process * (*s) (glob)
wlock: user *, process * (*s) (glob)
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