equal
deleted
inserted
replaced
152 For efficiency, hardlinks are used for cloning whenever the source |
152 For efficiency, hardlinks are used for cloning whenever the source |
153 and destination are on the same filesystem. Some filesystems, |
153 and destination are on the same filesystem. Some filesystems, |
154 such as AFS, implement hardlinking incorrectly, but do not report |
154 such as AFS, implement hardlinking incorrectly, but do not report |
155 errors. In these cases, use the --pull option to avoid |
155 errors. In these cases, use the --pull option to avoid |
156 hardlinking. |
156 hardlinking. |
|
157 |
|
158 See pull for valid source format details. |
157 |
159 |
158 options: |
160 options: |
159 -U, --noupdate do not update the new working directory |
161 -U, --noupdate do not update the new working directory |
160 --pull use pull protocol to copy metadata |
162 --pull use pull protocol to copy metadata |
161 -e, --ssh specify ssh command to use |
163 -e, --ssh specify ssh command to use |
386 outgoing [-p] [dest]:: |
388 outgoing [-p] [dest]:: |
387 Show changesets not found in the specified destination repo or the |
389 Show changesets not found in the specified destination repo or the |
388 default push repo. These are the changesets that would be pushed |
390 default push repo. These are the changesets that would be pushed |
389 if a push was requested. |
391 if a push was requested. |
390 |
392 |
|
393 See pull for valid source format details. |
|
394 |
391 options: |
395 options: |
392 -p, --patch show patch |
396 -p, --patch show patch |
393 |
397 |
394 aliases: out |
398 aliases: out |
395 |
399 |