diff 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
line wrap: on
line diff
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -266,16 +266,13 @@ import [-p <n> -b <base> -f] <patches>::
 
     aliases: patch
 
-incoming [-p] [source]::
+incoming [source]::
     Show new changesets found in the specified repo or the default
     pull repo. These are the changesets that would be pulled if a pull
     was requested.
 
     Currently only local repositories are supported.
 
-    options:
-    -p, --patch           show patch
-
     aliases: in
 
 init [dest]::
@@ -330,14 +327,11 @@ manifest [revision]::
     The manifest is the list of files being version controlled. If no revision
     is given then the tip is used.
 
-outgoing [-p] [dest]:: 
+outgoing [dest]:: 
     Show changesets not found in the specified destination repo or the
     default push repo. These are the changesets that would be pushed
     if a push was requested.
 
-    options:
-    -p, --patch           show patch
-
     aliases: out
 
 parents::