##// 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:

r6183:0750e4ba default
r6651:7f0dd352 default
Show More
test-archive.out
44 lines | 1.1 KiB | text/plain | TextLexer
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 adding foo
adding bar
adding baz/bletch
Vadim Gelfer
update tests after changing archival code....
r2114 test-archive-TIP/.hg_archival.txt
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 test-archive-TIP/bar
test-archive-TIP/baz/bletch
test-archive-TIP/foo
Vadim Gelfer
update tests after changing archival code....
r2114 test-archive-TIP/.hg_archival.txt
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 test-archive-TIP/bar
test-archive-TIP/baz/bletch
test-archive-TIP/foo
Archive: archive.zip
Vadim Gelfer
update tests after changing archival code....
r2114 testing: test-archive-TIP/.hg_archival.txt OK
Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
r1166 testing: test-archive-TIP/bar OK
testing: test-archive-TIP/baz/bletch OK
testing: test-archive-TIP/foo OK
No errors detected in compressed data of archive.zip.
Vadim Gelfer
update tests after changing archival code....
r2114 test/.hg_archival.txt
test/bar
test/baz/bletch
test/foo
test/.hg_archival.txt
test/bar
test/foo
test-TIP/.hg_archival.txt
test-TIP/bar
test-TIP/baz/bletch
test-TIP/foo
Patrick Mezard
test-archive: stop checking md5 absolute values...
r4805 True
Vadim Gelfer
update tests after changing archival code....
r2114 abort: archive prefix contains illegal components
Archive: test.zip
testing: test/bar OK
testing: test/baz/bletch OK
testing: test/foo OK
No errors detected in compressed data of test.zip.
Vadim Gelfer
archive: make "hg archive -t XXX -" to write to stdout
r2476 test-TIP/.hg_archival.txt
test-TIP/bar
test-TIP/baz/bletch
test-TIP/foo
Alexis S. L. Carvalho
archive: make the %r escape work.
r4836 rev-0.tar created
Dirkjan Ochtman
cleanly abort on unknown archive type (issue966)
r6019 abort: unknown archive type 'bogus'
Dirkjan Ochtman
better error reporting for hg serve errors in tests
r5924 % server errors
Brendan Cully
archive: abort on empty repository. Fixes #624.
r5061 % empty repo
abort: repository has no revisions