comparison tests/test-username-newline.out @ 7035:9d023ef7b467

forbid username with '\n' at the changelog level It was already forbidden for ui.username() but no verification were made for username passed through the commandline.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 13 Sep 2008 17:46:09 +0200
parents
children f29b674cc221
comparison
equal deleted inserted replaced
7026:3e49127bcec3 7035:9d023ef7b467
1 adding a
2 transaction abort!
3 rollback completed
4 abort: username 'foo\nbar1' contains a newline
5
6 transaction abort!
7 rollback completed
8 abort: username 'foo\nbar2' contains a newline
9
10 transaction abort!
11 rollback completed
12 abort: username 'foo\nbar3' contains a newline!