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

r6228:c0c4c7b1 default
r8424:c5b3d3e3 default
Show More
test-diffdir.out
22 lines | 348 B | text/plain | TextLexer
Matt Mackall
Remove dummy branch hack from tests
r4180 diff -r acd8075edac9 b
mpm@selenic.com
Refactor diffrevs/diffdir into changes...
r536 --- /dev/null
+++ b/b
@@ -0,0 +1,1 @@
+123
Matt Mackall
Remove dummy branch hack from tests
r4180 diff -r acd8075edac9 b
mpm@selenic.com
Refactor diffrevs/diffdir into changes...
r536 --- /dev/null
+++ b/b
@@ -0,0 +1,1 @@
+123
Matt Mackall
Remove dummy branch hack from tests
r4180 diff -r acd8075edac9 a
Thomas Arendsen Hein
Fix diff against an empty file (issue124) and add a test for this.
r1723 --- a/a
+++ b/a
@@ -0,0 +1,1 @@
+foo
Matt Mackall
Remove dummy branch hack from tests
r4180 diff -r acd8075edac9 b
Thomas Arendsen Hein
Fix diff against an empty file (issue124) and add a test for this.
r1723 --- /dev/null
+++ b/b
@@ -0,0 +1,1 @@
+123
Matt Mackall
revlog: report node and file when lookup fails
r6228 abort: 00changelog.i@: ambiguous identifier!
abort: 00changelog.i@: ambiguous identifier!