equal
deleted
inserted
replaced
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 ''')), |