comparison tests/test-committer.t @ 16940:6409a5c75125

ui: lowercase "no username" warning
author Martin Geisler <mg@aragost.com>
date Tue, 12 Jun 2012 14:18:18 +0200
parents f2719b387380
children 625533523c9e
comparison
equal deleted inserted replaced
16939:fa91ddfc3f36 16940:6409a5c75125
51 $ hg commit -m commit-1 51 $ hg commit -m commit-1
52 abort: no username supplied (see "hg help config") 52 abort: no username supplied (see "hg help config")
53 [255] 53 [255]
54 $ rm .hg/hgrc 54 $ rm .hg/hgrc
55 $ hg commit -m commit-1 2>&1 55 $ hg commit -m commit-1 2>&1
56 No username found, using '[^']*' instead (re) 56 no username found, using '[^']*' instead (re)
57 57
58 $ echo space > asdf 58 $ echo space > asdf
59 $ hg commit -u ' ' -m commit-1 59 $ hg commit -u ' ' -m commit-1
60 transaction abort! 60 transaction abort!
61 rollback completed 61 rollback completed