Mercurial > hg > mercurial-crew
changeset 20579:625533523c9e
tests: fix up config --edit breakage
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Feb 2014 14:58:44 -0600 |
parents | e0e223b0a506 |
children | 7a72c28fdc76 b75a23eec9c9 |
files | tests/test-committer.t tests/test-record.t |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-committer.t +++ b/tests/test-committer.t @@ -49,7 +49,8 @@ $ echo "[ui]" > .hg/hgrc $ echo "username = " >> .hg/hgrc $ hg commit -m commit-1 - abort: no username supplied (see "hg help config") + abort: no username supplied + (use "hg config --edit" to set your username) [255] $ rm .hg/hgrc $ hg commit -m commit-1 2>&1