Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 7978:aa512a03f6d3
help: expand command names in 'Url Paths' help text
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 17:41:22 +0200 |
parents | fef5f3ef84c4 |
children | 6b04f12d2831 |
comparison
equal
deleted
inserted
replaced
7977:1cd3775e097c | 7978:aa512a03f6d3 |
---|---|
399 | 399 |
400 default: | 400 default: |
401 When you create a repository with hg clone, the clone command saves | 401 When you create a repository with hg clone, the clone command saves |
402 the location of the source repository as the new repository's | 402 the location of the source repository as the new repository's |
403 'default' path. This is then used when you omit path from push- | 403 'default' path. This is then used when you omit path from push- |
404 and pull-like commands (including in and out). | 404 and pull-like commands (including incoming and outgoing). |
405 | 405 |
406 default-push: | 406 default-push: |
407 The push command will look for a path named 'default-push', and | 407 The push command will look for a path named 'default-push', and |
408 prefer it over 'default' if both are defined. | 408 prefer it over 'default' if both are defined. |
409 ''')), | 409 ''')), |