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

tests: demonstrate broken copies.pathcopies()

Differential Revision: https://phab.mercurial-scm.org/D5202
parent b6bc2293cdf3
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,8 @@
$ echo modified > inside/f2
$ hg ci -qm 'modify inside/f2'
$ mkdir outside
$ echo new > outside/f3
$ hg ci -Aqm 'add outside/f3'
$ cd ..
......@@ -21,7 +24,6 @@
$ cd ..
$ hg clone --narrow ssh://user@dummy/master narrow --include inside
requesting all changes
$ hg clone --narrow ssh://user@dummy/master narrow --include inside -r 2
adding changesets
adding manifests
adding file changes
......@@ -55,3 +57,10 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: move f2 from outside
$ echo new > inside/f4
$ hg ci -Aqm 'add inside/f4'
$ hg pull -q
$ hg --config extensions.rebase= rebase -d tip
rebasing 3:4f84b666728c "add inside/f4"
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