comparison doc/hg.1.txt @ 1191:77a0c7528c2f

Revert changeset 120aa5fc7ced1bf765b4f025f5a3a138cd87f49e. I inadvertantly used "hg import" on a message I saved, expecting it to do the right thing, but instead it made the commit look like I authored it, and filled the description with the email header. Changeset 737f9b90c571b3991f7e35dc846e7ef38a475cfe contains a guard against "hg import" doing this again.
author bos@serpentine.internal.keyresearch.com
date Thu, 01 Sep 2005 09:08:21 -0700
parents 737f9b90c571
children 6e165de907c5
comparison
equal deleted inserted replaced
1190:737f9b90c571 1191:77a0c7528c2f
264 -f, --force skip check for outstanding uncommitted changes 264 -f, --force skip check for outstanding uncommitted changes
265 -m, --mail-like apply a patch that appears to be a mail message 265 -m, --mail-like apply a patch that appears to be a mail message
266 266
267 aliases: patch 267 aliases: patch
268 268
269 incoming [-p] [source]:: 269 incoming [source]::
270 Show new changesets found in the specified repo or the default 270 Show new changesets found in the specified repo or the default
271 pull repo. These are the changesets that would be pulled if a pull 271 pull repo. These are the changesets that would be pulled if a pull
272 was requested. 272 was requested.
273 273
274 Currently only local repositories are supported. 274 Currently only local repositories are supported.
275
276 options:
277 -p, --patch show patch
278 275
279 aliases: in 276 aliases: in
280 277
281 init [dest]:: 278 init [dest]::
282 Initialize a new repository in the given directory. If the given 279 Initialize a new repository in the given directory. If the given
328 Print a list of version controlled files for the given revision. 325 Print a list of version controlled files for the given revision.
329 326
330 The manifest is the list of files being version controlled. If no revision 327 The manifest is the list of files being version controlled. If no revision
331 is given then the tip is used. 328 is given then the tip is used.
332 329
333 outgoing [-p] [dest]:: 330 outgoing [dest]::
334 Show changesets not found in the specified destination repo or the 331 Show changesets not found in the specified destination repo or the
335 default push repo. These are the changesets that would be pushed 332 default push repo. These are the changesets that would be pushed
336 if a push was requested. 333 if a push was requested.
337
338 options:
339 -p, --patch show patch
340 334
341 aliases: out 335 aliases: out
342 336
343 parents:: 337 parents::
344 Print the working directory's parent revisions. 338 Print the working directory's parent revisions.