comparison 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
comparison
equal deleted inserted replaced
29964:40f845537dca 29965:b3100653bafd
17 17
18 Push should provide a hint when both 'default' and 'default-push' not set: 18 Push should provide a hint when both 'default' and 'default-push' not set:
19 $ cd c 19 $ cd c
20 $ hg push --config paths.default= 20 $ hg push --config paths.default=
21 abort: default repository not configured! 21 abort: default repository not configured!
22 (see the "path" section in "hg help config") 22 (see 'hg help config.paths')
23 [255] 23 [255]
24 24
25 $ cd .. 25 $ cd ..
26 26
27 Push should push to 'default' when 'default-push' not set: 27 Push should push to 'default' when 'default-push' not set: