Show More
@@ -58,7 +58,7 b' def addremove(ui, repo, *pats, **opts):' | |||||
58 | repository. |
|
58 | repository. | |
59 |
|
59 | |||
60 | New files are ignored if they match any of the patterns in |
|
60 | New files are ignored if they match any of the patterns in | |
61 | .hgignore. As with add, these changes take effect at the next |
|
61 | ``.hgignore``. As with add, these changes take effect at the next | |
62 | commit. |
|
62 | commit. | |
63 |
|
63 | |||
64 | Use the -s/--similarity option to detect renamed files. With a |
|
64 | Use the -s/--similarity option to detect renamed files. With a | |
@@ -668,12 +668,12 b' def clone(ui, source, dest=None, **opts)' | |||||
668 | basename of the source. |
|
668 | basename of the source. | |
669 |
|
669 | |||
670 | The location of the source is added to the new repository's |
|
670 | The location of the source is added to the new repository's | |
671 | .hg/hgrc file, as the default to be used for future pulls. |
|
671 | ``.hg/hgrc`` file, as the default to be used for future pulls. | |
672 |
|
672 | |||
673 | See :hg:`help urls` for valid source format details. |
|
673 | See :hg:`help urls` for valid source format details. | |
674 |
|
674 | |||
675 | It is possible to specify an ``ssh://`` URL as the destination, but no |
|
675 | It is possible to specify an ``ssh://`` URL as the destination, but no | |
676 | .hg/hgrc and working directory will be created on the remote side. |
|
676 | ``.hg/hgrc`` and working directory will be created on the remote side. | |
677 | Please see :hg:`help urls` for important details about ``ssh://`` URLs. |
|
677 | Please see :hg:`help urls` for important details about ``ssh://`` URLs. | |
678 |
|
678 | |||
679 | A set of changesets (tags, or branch names) to pull may be specified |
|
679 | A set of changesets (tags, or branch names) to pull may be specified |
General Comments 0
You need to be logged in to leave comments.
Login now