##// END OF EJS Templates
changelog: refuse to add revisions with empty usernames...
changelog: refuse to add revisions with empty usernames An empty username or a username with a "\n" will make the revision text contain two "\n\n" sequences -> corrupt repository. The problem is that changelog.read expects to find exactly one "\n\n" separator and thus cannot unpack the revision.

File last commit:

r7935:39566bb9 default
r8424:c5b3d3e3 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