equal
deleted
inserted
replaced
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 |