##// END OF EJS Templates
issue1577: fix broken test by assuming less about CVS output....
issue1577: fix broken test by assuming less about CVS output. Specifically, output of "cvs ci" varies unpredictably across CVS versions, so any test that includes the output of "cvs ci" is doomed to fail some of the time. This fixes that by discarding the output of "cvs ci".

File last commit:

r6258:c24f4b3f default
r8081:6c3b8132 default
Show More
test-symlink-basic.out
31 lines | 677 B | text/plain | TextLexer
/ tests / test-symlink-basic.out
Alexis S. L. Carvalho
cmdutil.commit: use relative paths in the error messages...
r6112 abort: file dangling not tracked!
Alexis S. L. Carvalho
Add some tests for symlink tracking
r4274 changeset: 0:cabd88b706fc
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
files: dangling
description:
add symlink
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 2564acbe54bbbedfbf608479340b359f04597f80 644 @ dangling
Alexis S. L. Carvalho
Add some tests for symlink tracking
r4274 % rev 0:
dangling -> nothing
% rev 1:
dangling -> void
% modifying link
dangling -> empty
% reverting to rev 0:
reverting dangling
dangling -> nothing
% backups:
dangling.orig -> empty
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% copies
copying dangling to dangling2
A dangling2
dangling
dangling -> void
dangling2 -> void
Alexis S. L. Carvalho
Fix issue995 (copy --after and symlinks pointing to a directory)...
r6258 % issue995
0 files updated, 0 files merged, 1 files removed, 0 files unresolved