Mercurial > hg-stable
diff tests/test-pull-http.t @ 22380:82b2ba904e3e
clone: provide sample username = config entry in .hg/hgrc (issue4359)
Some users clone from a server before ever running 'hg config --edit',
so they don't see our helpful template for things like enabling the
username. Attempt to give them some helpful guidance.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 09 Sep 2014 17:16:24 -0400 |
parents | 7a9cbb315d84 |
children | 6e431e1635b6 |
line wrap: on
line diff
--- a/tests/test-pull-http.t Tue Sep 09 16:51:21 2014 -0400 +++ b/tests/test-pull-http.t Tue Sep 09 17:16:24 2014 -0400 @@ -26,6 +26,14 @@ updating to branch default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cat test3/.hg/hgrc + # You may want to set your username here if it is not set + # globally, or this repository requires a different + # username from your usual configuration. If you want to + # set something for all of your repositories on this + # computer, try running the command + # 'hg config --edit --global' + # [ui] + # username = Jane Doe <jdoe@example.com> [paths] default = http://foo@localhost:$HGPORT/ $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS