equal
deleted
inserted
replaced
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 |