tests/test-committer.t
changeset 16940 6409a5c75125
parent 16913 f2719b387380
child 20579 625533523c9e
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