Skip to content
Snippets Groups Projects
Commit d049ee8e authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

tests: demonstrate broken copies._fullcopytracing()

Turns out copies._fullcopytracing() was also broken.

Differential Revision: https://phab.mercurial-scm.org/D5212
parent 873f3682
No related branches found
No related tags found
No related merge requests found
......@@ -63,3 +63,13 @@
$ hg --config extensions.rebase= rebase -d tip
rebasing 3:4f84b666728c "add inside/f4"
saved backup bundle to $TESTTMP/narrow/.hg/strip-backup/4f84b666728c-4269b76e-rebase.hg
$ hg co -q 0
$ echo modified > inside/f1
$ hg ci -qm 'modify inside/f1'
$ echo new > inside/f5
$ hg ci -Aqm 'add inside/f5'
$ hg --config extensions.rebase= rebase -d 'public()' -r .
rebasing 6:610b60178c28 "add inside/f5" (tip)
abort: data/outside/f3.i@54e53435331b: no match found!
[255]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment