doc/hg.1.txt
changeset 1191 77a0c7528c2f
parent 1190 737f9b90c571
child 1192 6e165de907c5
--- a/doc/hg.1.txt	Thu Sep 01 09:04:18 2005 -0700
+++ b/doc/hg.1.txt	Thu Sep 01 09:08:21 2005 -0700
@@ -266,16 +266,13 @@
 
     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 @@
     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::