Show More
@@ -1520,7 +1520,7 b' def clone(ui, source, dest=None, **opts)' | |||||
1520 |
|
1520 | |||
1521 | - clone a remote repository to a new directory named hg/:: |
|
1521 | - clone a remote repository to a new directory named hg/:: | |
1522 |
|
1522 | |||
1523 |
hg clone http:// |
|
1523 | hg clone https://www.mercurial-scm.org/repo/hg/ | |
1524 |
|
1524 | |||
1525 | - create a lightweight local clone:: |
|
1525 | - create a lightweight local clone:: | |
1526 |
|
1526 | |||
@@ -1541,7 +1541,7 b' def clone(ui, source, dest=None, **opts)' | |||||
1541 |
|
1541 | |||
1542 | - clone (and track) a particular named branch:: |
|
1542 | - clone (and track) a particular named branch:: | |
1543 |
|
1543 | |||
1544 |
hg clone http:// |
|
1544 | hg clone https://www.mercurial-scm.org/repo/hg/#stable | |
1545 |
|
1545 | |||
1546 | See :hg:`help urls` for details on specifying URLs. |
|
1546 | See :hg:`help urls` for details on specifying URLs. | |
1547 |
|
1547 | |||
@@ -4740,7 +4740,7 b' def identify(ui, repo, source=None, rev=' | |||||
4740 |
|
4740 | |||
4741 | - check the most recent revision of a remote repository:: |
|
4741 | - check the most recent revision of a remote repository:: | |
4742 |
|
4742 | |||
4743 |
hg id -r tip http:// |
|
4743 | hg id -r tip https://www.mercurial-scm.org/repo/hg/ | |
4744 |
|
4744 | |||
4745 | See :hg:`log` for generating more information about specific revisions, |
|
4745 | See :hg:`log` for generating more information about specific revisions, | |
4746 | including full hash identifiers. |
|
4746 | including full hash identifiers. | |
@@ -4943,7 +4943,7 b' def import_(ui, repo, patch1=None, *patc' | |||||
4943 |
|
4943 | |||
4944 | - import a changeset from an hgweb server:: |
|
4944 | - import a changeset from an hgweb server:: | |
4945 |
|
4945 | |||
4946 |
hg import http://www. |
|
4946 | hg import https://www.mercurial-scm.org/repo/hg/rev/5ca8c111e9aa | |
4947 |
|
4947 | |||
4948 | - import all the patches in an Unix-style mbox:: |
|
4948 | - import all the patches in an Unix-style mbox:: | |
4949 |
|
4949 |
General Comments 0
You need to be logged in to leave comments.
Login now