D863: commands: remove suggestion to clone via `cp -al`

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Oct 1 06:56:28 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGaea6344e989b: commands: remove suggestion to clone via `cp -al` (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D863?vs=2227&id=2237

REVISION DETAIL
  https://phab.mercurial-scm.org/D863

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1339,18 +1339,6 @@
       incorrectly, but do not report errors. In these cases, use the
       --pull option to avoid hardlinking.
 
-      In some cases, you can clone repositories and the working
-      directory using full hardlinks with ::
-
-        $ cp -al REPO REPOCLONE
-
-      This is the fastest way to clone, but it is not always safe. The
-      operation is not atomic (making sure REPO is not modified during
-      the operation is up to you) and you have to make sure your
-      editor breaks hardlinks (Emacs and most Linux Kernel tools do
-      so). Also, this is not compatible with certain extensions that
-      place their metadata under the .hg directory, such as mq.
-
       Mercurial will update the working directory to the first applicable
       revision from this list:
 



To: indygreg, #hg-reviewers, simpkins, durin42
Cc: simpkins, mercurial-devel


More information about the Mercurial-devel mailing list