##// END OF EJS Templates
tests: demonstrate broken copies._fullcopytracing()...
Martin von Zweigbergk -
r40488:d049ee8e stable
parent child Browse files
Show More
@@ -63,3 +63,13 b' create full repo'
63 $ hg --config extensions.rebase= rebase -d tip
63 $ hg --config extensions.rebase= rebase -d tip
64 rebasing 3:4f84b666728c "add inside/f4"
64 rebasing 3:4f84b666728c "add inside/f4"
65 saved backup bundle to $TESTTMP/narrow/.hg/strip-backup/4f84b666728c-4269b76e-rebase.hg
65 saved backup bundle to $TESTTMP/narrow/.hg/strip-backup/4f84b666728c-4269b76e-rebase.hg
66
67 $ hg co -q 0
68 $ echo modified > inside/f1
69 $ hg ci -qm 'modify inside/f1'
70 $ echo new > inside/f5
71 $ hg ci -Aqm 'add inside/f5'
72 $ hg --config extensions.rebase= rebase -d 'public()' -r .
73 rebasing 6:610b60178c28 "add inside/f5" (tip)
74 abort: data/outside/f3.i@54e53435331b: no match found!
75 [255]
General Comments 0
You need to be logged in to leave comments. Login now