mercurial/commands.py
changeset 15178 04e5449e25dc
parent 15177 1c57d8b38d5a
child 15179 d3b42e96cfcf
equal deleted inserted replaced
15177:1c57d8b38d5a 15178:04e5449e25dc
  1049     resulting clone will contain only the specified changesets and
  1049     resulting clone will contain only the specified changesets and
  1050     their ancestors. These options (or 'clone src#rev dest') imply
  1050     their ancestors. These options (or 'clone src#rev dest') imply
  1051     --pull, even for local source repositories. Note that specifying a
  1051     --pull, even for local source repositories. Note that specifying a
  1052     tag will include the tagged changeset but not the changeset
  1052     tag will include the tagged changeset but not the changeset
  1053     containing the tag.
  1053     containing the tag.
       
  1054 
       
  1055     To check out a particular version, use -u/--update, or
       
  1056     -U/--noupdate to create a clone with no working directory.
  1054 
  1057 
  1055     .. container:: verbose
  1058     .. container:: verbose
  1056 
  1059 
  1057       For efficiency, hardlinks are used for cloning whenever the
  1060       For efficiency, hardlinks are used for cloning whenever the
  1058       source and destination are on the same filesystem (note this
  1061       source and destination are on the same filesystem (note this