1 adding a |
|
2 adding b |
|
3 [mq]: b.patch |
|
4 a |
|
5 b.patch |
|
6 % test with recursive collection |
|
7 200 Script output follows |
|
8 |
|
9 |
|
10 /a/ |
|
11 /a/.hg/patches/ |
|
12 |
|
13 requesting all changes |
|
14 adding changesets |
|
15 adding manifests |
|
16 adding file changes |
|
17 added 2 changesets with 2 changes to 2 files |
|
18 requesting all changes |
|
19 adding changesets |
|
20 adding manifests |
|
21 adding file changes |
|
22 added 1 changesets with 3 changes to 3 files |
|
23 updating to branch default |
|
24 3 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
25 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
26 a |
|
27 applying b.patch |
|
28 now at: b.patch |
|
29 imported patch b.patch |
|
30 a |
|
31 % test with normal collection |
|
32 200 Script output follows |
|
33 |
|
34 |
|
35 /a/ |
|
36 /a/.hg/patches/ |
|
37 |
|
38 requesting all changes |
|
39 adding changesets |
|
40 adding manifests |
|
41 adding file changes |
|
42 added 2 changesets with 2 changes to 2 files |
|
43 requesting all changes |
|
44 adding changesets |
|
45 adding manifests |
|
46 adding file changes |
|
47 added 1 changesets with 3 changes to 3 files |
|
48 updating to branch default |
|
49 3 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
50 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
51 a |
|
52 applying b.patch |
|
53 now at: b.patch |
|
54 imported patch b.patch |
|
55 a |
|
56 % test with old-style collection |
|
57 200 Script output follows |
|
58 |
|
59 |
|
60 /a/ |
|
61 /a/.hg/patches/ |
|
62 |
|
63 requesting all changes |
|
64 adding changesets |
|
65 adding manifests |
|
66 adding file changes |
|
67 added 2 changesets with 2 changes to 2 files |
|
68 requesting all changes |
|
69 adding changesets |
|
70 adding manifests |
|
71 adding file changes |
|
72 added 1 changesets with 3 changes to 3 files |
|
73 updating to branch default |
|
74 3 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
75 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
76 a |
|
77 applying b.patch |
|
78 now at: b.patch |
|
79 imported patch b.patch |
|
80 a |
|
81 % test --mq works and uses correct repository config |
|
82 comparing with http://localhost:$HGPORT2/a/.hg/patches |
|
83 searching for changes |
|
84 no changes found |
|
85 0 b.patch |
|