##// END OF EJS Templates
convert: fix test-convert-svn-* problems with mtime not changing...
convert: fix test-convert-svn-* problems with mtime not changing The `svn commit` command does not detect changed files unless their mtime has changed. A quick succession of, for instance, `svn co ...; echo x >> y; svn ci` can thus lead to the change to y being ignored. Edited by pmezard to write in binary mode.

File last commit:

r3841:aaeb7f5d default
r6439:c1b47c0f default
Show More
test-clone-failure.out
12 lines | 250 B | text/plain | TextLexer
/ tests / test-clone-failure.out
Thomas Arendsen Hein
Better error message (without /.hg appended) when repository is not found....
r1588 abort: repository a not found!
mpm@selenic.com
[PATCH] Tests for clone command...
r550 255
mpm@selenic.com
Fix up test results...
r775 abort: error: Connection refused
mpm@selenic.com
[PATCH] Tests for clone command...
r550 255
Thomas Arendsen Hein
Better error message (without /.hg appended) when repository is not found....
r1588 abort: repository a not found!
mpm@selenic.com
[PATCH] Tests for clone command...
r550 255
abort: destination '../a' already exists
Thomas Arendsen Hein
Never exit directly from commands.dispatch(), but pass return code to caller....
r2057 255
Thomas Arendsen Hein
Better error message (without /.hg appended) when repository is not found....
r1588 abort: repository a not found!
mpm@selenic.com
[PATCH] Tests for clone command...
r550 255
Thomas Arendsen Hein
Show the destionation for clone if not specified manually.
r3841 destination directory: q
mpm@selenic.com
[PATCH] Tests for clone command...
r550 abort: destination 'q' already exists