##// END OF EJS Templates
test-copies: add a `q` branch similar to the `e` but on the new files...
marmoute -
r47305:eb60dadd default
parent child Browse files
Show More
@@ -217,6 +217,28 b" Having a branch similar to the 'a' one, "
217
217
218 $ hg up -q null
218 $ hg up -q null
219
219
220 Having another branch renaming a different file to the same filename as another
221
222 $ hg up 'desc("i-2")'
223 6 files updated, 0 files merged, 0 files removed, 0 files unresolved
224 $ hg mv r w
225 $ hg ci -m 'q-1 r -move-> w'
226 created new head
227 $ hg mv w v
228 $ hg ci -m 'q-2 w -move-> v'
229 $ hg log -G --rev '::.'
230 @ q-2 w -move-> v
231 |
232 o q-1 r -move-> w
233 |
234 o i-2: c -move-> d, s -move-> t
235 |
236 o i-1: a -move-> c, p -move-> s
237 |
238 o i-0 initial commit: a b h
239
240 $ hg up -q null
241
220 Setup all merge
242 Setup all merge
221 ===============
243 ===============
222
244
@@ -1211,6 +1233,8 b' Summary of all created cases'
1211 o-1: unrelated changes (based on "g" changes)
1233 o-1: unrelated changes (based on "g" changes)
1212 p-1: t -move-> u
1234 p-1: t -move-> u
1213 p-2: u -move-> v
1235 p-2: u -move-> v
1236 q-1 r -move-> w
1237 q-2 w -move-> v
1214
1238
1215
1239
1216 Test that sidedata computations during upgrades are correct
1240 Test that sidedata computations during upgrades are correct
@@ -1353,6 +1377,18 b' We upgrade a repository that is not usin'
1353 '\x00\x00\x00\x02\x0c\x00\x00\x00\x01\x00\x00\x00\x00\x06\x00\x00\x00\x02\x00\x00\x00\x00uv'
1377 '\x00\x00\x00\x02\x0c\x00\x00\x00\x01\x00\x00\x00\x00\x06\x00\x00\x00\x02\x00\x00\x00\x00uv'
1354 removed : u, ;
1378 removed : u, ;
1355 added p1: v, u;
1379 added p1: v, u;
1380 ##### revision "q-1 r -move-> w" #####
1381 1 sidedata entries
1382 entry-0014 size 24
1383 '\x00\x00\x00\x02\x0c\x00\x00\x00\x01\x00\x00\x00\x00\x06\x00\x00\x00\x02\x00\x00\x00\x00rw'
1384 removed : r, ;
1385 added p1: w, r;
1386 ##### revision "q-2 w -move-> v" #####
1387 1 sidedata entries
1388 entry-0014 size 24
1389 '\x00\x00\x00\x02\x06\x00\x00\x00\x01\x00\x00\x00\x01\x0c\x00\x00\x00\x02\x00\x00\x00\x00vw'
1390 added p1: v, w;
1391 removed : w, ;
1356 ##### revision "mBAm-0 simple merge - A side" #####
1392 ##### revision "mBAm-0 simple merge - A side" #####
1357 1 sidedata entries
1393 1 sidedata entries
1358 entry-0014 size 4
1394 entry-0014 size 4
General Comments 0
You need to be logged in to leave comments. Login now