##// END OF EJS Templates
addremove: correctly handle intermediate symlinks...
addremove: correctly handle intermediate symlinks This fixes problems mentioned in issue660 comments (unrelated to original issue) where directory was renamed, and symlink was added instead. In such situation addremove wasn't able to correctly detect that old files no longer here, but tried to add symlink (and failed due collision with old files).

File last commit:

r6649:05a682c8 default
r6651:7f0dd352 default
Show More
test-mq-qrename.out
8 lines | 116 B | text/plain | TextLexer
/ tests / test-mq-qrename.out
Brendan Cully
Make qrename handle directory targets; closes #333.
r3083 adding base
foo/renamed
renamed
bar/renamed
renamed
baz
.hg/patches/baz
Patrick Mezard
test-mq-qrename: test added patch renaming
r6649 % test patch being renamed before committed