##// END OF EJS Templates
Document 'default' and 'default-push' in paths docstring
Faheem Mitha -
r10933:e3396b21 stable
parent child Browse files
Show More
@@ -2347,6 +2347,11 b' def paths(ui, repo, search=None):'
2347 Path names are defined in the [paths] section of /etc/mercurial/hgrc
2347 Path names are defined in the [paths] section of /etc/mercurial/hgrc
2348 and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.
2348 and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.
2349
2349
2350 The names 'default' and 'default-push' have a special meaning.
2351 They are the locations used when pulling and pushing respectively
2352 unless a location is specified. When cloning a repository, the
2353 clone source is written as 'default' in .hg/hgrc.
2354
2350 See 'hg help urls' for more information.
2355 See 'hg help urls' for more information.
2351 """
2356 """
2352 if search:
2357 if search:
General Comments 0
You need to be logged in to leave comments. Login now