Mercurial > public > mercurial-scm > hg
diff tests/test-default-push.t @ 29965:b3100653bafd
push: update help hint to point to config.paths section
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 20 Sep 2016 20:12:38 +0000 |
parents | 31d3ab7985b8 |
children | 4441705b7111 |
line wrap: on
line diff
--- a/tests/test-default-push.t Fri Sep 02 21:49:33 2016 +0000 +++ b/tests/test-default-push.t Tue Sep 20 20:12:38 2016 +0000 @@ -19,7 +19,7 @@ $ cd c $ hg push --config paths.default= abort: default repository not configured! - (see the "path" section in "hg help config") + (see 'hg help config.paths') [255] $ cd ..