##// END OF EJS Templates
tests: use 'f' in test-merge-criss-cross.t to prepare for recursive dumping...
Mads Kiilerich -
r30855:72c36a2b stable
parent child Browse files
Show More
@@ -93,24 +93,31 b' Criss cross merging'
93 93 use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to abandon
94 94 [1]
95 95
96 $ head *
97 ==> f1 <==
96 $ f --dump *
97 f1:
98 >>>
98 99 5 second change
99
100 ==> f2 <==
100 <<<
101 f2:
102 >>>
101 103 6 second change
102
103 ==> f2.base <==
104 <<<
105 f2.base:
106 >>>
104 107 0 base
105
106 ==> f2.local <==
108 <<<
109 f2.local:
110 >>>
107 111 6 second change
108
109 ==> f2.orig <==
112 <<<
113 f2.orig:
114 >>>
110 115 6 second change
111
112 ==> f2.other <==
116 <<<
117 f2.other:
118 >>>
113 119 2 first change
120 <<<
114 121
115 122 $ hg up -qC .
116 123 $ hg merge -v --tool internal:dump 5 --config merge.preferancestor="null 40663881 3b08d"
@@ -156,12 +163,15 b' Redo merge with merge.preferancestor="*"'
156 163 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
157 164 (branch merge, don't forget to commit)
158 165
159 $ head *
160 ==> f1 <==
166 $ f --dump *
167 f1:
168 >>>
161 169 5 second change
162
163 ==> f2 <==
170 <<<
171 f2:
172 >>>
164 173 6 second change
174 <<<
165 175
166 176
167 177 The other way around:
@@ -198,12 +208,15 b' The other way around:'
198 208 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
199 209 (branch merge, don't forget to commit)
200 210
201 $ head *
202 ==> f1 <==
211 $ f --dump *
212 f1:
213 >>>
203 214 5 second change
204
205 ==> f2 <==
215 <<<
216 f2:
217 >>>
206 218 6 second change
219 <<<
207 220
208 221 Verify how the output looks and and how verbose it is:
209 222
General Comments 0
You need to be logged in to leave comments. Login now