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

r6344:ffeb926d default
r8424:c5b3d3e3 default
Show More
test-rebuildstate.out
9 lines | 110 B | text/plain | TextLexer
/ tests / test-rebuildstate.out
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 adding bar
adding foo
Matt Mackall
tests: make test-rebuildstate repeatable
r6344 % state dump after
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 n 666 -1 bar
n 666 -1 foo
% status
! bar
? baz
Matt Mackall
Backed out changeset c2a21fe60994...
r5764 C foo