tests/test-committer.t
changeset 28962 ad2cd2ef25d9
parent 28039 89003c49315c
child 45921 95c4cca641f6
equal deleted inserted replaced
28961:2e58dc022caa 28962:ad2cd2ef25d9
    48   $ echo 123 > asdf
    48   $ echo 123 > asdf
    49   $ echo "[ui]" > .hg/hgrc
    49   $ echo "[ui]" > .hg/hgrc
    50   $ echo "username = " >> .hg/hgrc
    50   $ echo "username = " >> .hg/hgrc
    51   $ hg commit -m commit-1
    51   $ hg commit -m commit-1
    52   abort: no username supplied
    52   abort: no username supplied
    53   (use "hg config --edit" to set your username)
    53   (use 'hg config --edit' to set your username)
    54   [255]
    54   [255]
    55 
    55 
    56 # test alternate config var
    56 # test alternate config var
    57 
    57 
    58   $ echo 1234 > asdf
    58   $ echo 1234 > asdf