# HG changeset patch # User Matt Mackall # Date 1393534724 21600 # Node ID 625533523c9ec4b758cac93100e190623f5c6345 # Parent e0e223b0a506fbe00d769854e5fa8231302fede6 tests: fix up config --edit breakage diff -r e0e223b0a506 -r 625533523c9e tests/test-committer.t --- a/tests/test-committer.t Thu Feb 27 14:48:36 2014 -0600 +++ b/tests/test-committer.t Thu Feb 27 14:58:44 2014 -0600 @@ -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 diff -r e0e223b0a506 -r 625533523c9e tests/test-record.t --- a/tests/test-record.t Thu Feb 27 14:48:36 2014 -0600 +++ b/tests/test-record.t Thu Feb 27 14:58:44 2014 -0600 @@ -251,7 +251,8 @@ $ echo 11 >> plain $ unset HGUSER $ hg record --config ui.username= -d '8 0' -m end plain - abort: no username supplied (see "hg help config") + abort: no username supplied + (use "hg config --edit" to set your username) [255]