# HG changeset patch # User FUJIWARA Katsunori # Date 2016-11-01 11:39:35 # Node ID 7b7bd704adbd9a459b1283629db641c5aa0d9c81 # Parent 389cbfe63586d2b4c53e3220fcc01b211906ba85 help: replace selenic.com by mercurial-scm.org in command examples Source code repository service of Mercurial itself has been already migrated to mercurial-scm.org domain. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1520,7 +1520,7 @@ def clone(ui, source, dest=None, **opts) - clone a remote repository to a new directory named hg/:: - hg clone http://selenic.com/hg + hg clone https://www.mercurial-scm.org/repo/hg/ - create a lightweight local clone:: @@ -1541,7 +1541,7 @@ def clone(ui, source, dest=None, **opts) - clone (and track) a particular named branch:: - hg clone http://selenic.com/hg#stable + hg clone https://www.mercurial-scm.org/repo/hg/#stable See :hg:`help urls` for details on specifying URLs. @@ -4740,7 +4740,7 @@ def identify(ui, repo, source=None, rev= - check the most recent revision of a remote repository:: - hg id -r tip http://selenic.com/hg/ + hg id -r tip https://www.mercurial-scm.org/repo/hg/ See :hg:`log` for generating more information about specific revisions, including full hash identifiers. @@ -4943,7 +4943,7 @@ def import_(ui, repo, patch1=None, *patc - import a changeset from an hgweb server:: - hg import http://www.selenic.com/hg/rev/5ca8c111e9aa + hg import https://www.mercurial-scm.org/repo/hg/rev/5ca8c111e9aa - import all the patches in an Unix-style mbox::