Show More
@@ -252,6 +252,24 b' splitrepo tests' | |||||
252 | $ hg --cwd foo-copied.repo debugrename copied |
|
252 | $ hg --cwd foo-copied.repo debugrename copied | |
253 | copied renamed from foo:2ed2a3912a0b24502043eae84ee4b279c18b90dd |
|
253 | copied renamed from foo:2ed2a3912a0b24502043eae84ee4b279c18b90dd | |
254 |
|
254 | |||
|
255 | verify the top level 'include .' if there is no other includes: | |||
|
256 | ||||
|
257 | $ echo "exclude something" > default.fmap | |||
|
258 | $ hg convert -q --filemap default.fmap -r1 source dummydest2 | |||
|
259 | $ hg -R dummydest2 log --template '{rev} {node|short} {desc|firstline}\n' | |||
|
260 | 1 61e22ca76c3b 1: add bar quux; copy foo to copied | |||
|
261 | 0 c085cf2ee7fe 0: add foo baz dir/ | |||
|
262 | ||||
|
263 | $ echo "include somethingelse" >> default.fmap | |||
|
264 | $ hg convert -q --filemap default.fmap -r1 source dummydest3 | |||
|
265 | $ hg -R dummydest3 log --template '{rev} {node|short} {desc|firstline}\n' | |||
|
266 | ||||
|
267 | $ echo "include ." >> default.fmap | |||
|
268 | $ hg convert -q --filemap default.fmap -r1 source dummydest4 | |||
|
269 | $ hg -R dummydest4 log --template '{rev} {node|short} {desc|firstline}\n' | |||
|
270 | 1 61e22ca76c3b 1: add bar quux; copy foo to copied | |||
|
271 | 0 c085cf2ee7fe 0: add foo baz dir/ | |||
|
272 | ||||
255 | ensure that the filemap contains duplicated slashes (issue3612) |
|
273 | ensure that the filemap contains duplicated slashes (issue3612) | |
256 |
|
274 | |||
257 | $ cat > renames.fmap <<EOF |
|
275 | $ cat > renames.fmap <<EOF |
General Comments 0
You need to be logged in to leave comments.
Login now