comparison doc/hg.1.txt @ 1658:f5e194047f1e

doc: clone and outgoing point to pull for valid path docs
author Matt Mackall <mpm@selenic.com>
date Sun, 29 Jan 2006 20:13:43 +1300
parents dbb8bba48510
children 9b92b71d5dd7
comparison
equal deleted inserted replaced
1657:dbb8bba48510 1658:f5e194047f1e
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