Show More
@@ -26,7 +26,7 b'' | |||
|
26 | 26 | $ echo bar >> 3/foo |
|
27 | 27 | $ hg --cwd 3 ci -m bar |
|
28 | 28 | |
|
29 | $ hg --cwd 3 push ../2 | |
|
29 | $ hg --cwd 3 push ../2 --config experimental.bundle2-exp=False | |
|
30 | 30 | pushing to ../2 |
|
31 | 31 | searching for changes |
|
32 | 32 | adding changesets |
@@ -36,3 +36,15 b'' | |||
|
36 | 36 | lock: user *, process * (*s) (glob) |
|
37 | 37 | wlock: free |
|
38 | 38 | |
|
39 | $ hg --cwd 1 --config extensions.strip= strip tip -q | |
|
40 | $ hg --cwd 2 --config extensions.strip= strip tip -q | |
|
41 | $ hg --cwd 3 push ../2 --config experimental.bundle2-exp=True | |
|
42 | pushing to ../2 | |
|
43 | searching for changes | |
|
44 | adding changesets | |
|
45 | adding manifests | |
|
46 | adding file changes | |
|
47 | added 1 changesets with 1 changes to 1 files | |
|
48 | lock: user *, process * (*s) (glob) | |
|
49 | wlock: user *, process * (*s) (glob) | |
|
50 |
General Comments 0
You need to be logged in to leave comments.
Login now