diff doc/hg.1.txt @ 1192:6e165de907c5

Add -p to incoming and outgoing commands to show patch
author TK Soh <teekaysoh@yahoo.com>
date Thu, 01 Sep 2005 09:11:25 -0700
parents 77a0c7528c2f
children 1c455338ad95
line wrap: on
line diff
--- a/doc/hg.1.txt	Thu Sep 01 09:08:21 2005 -0700
+++ b/doc/hg.1.txt	Thu Sep 01 09:11:25 2005 -0700
@@ -266,13 +266,16 @@
 
     aliases: patch
 
-incoming [source]::
+incoming [-p] [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]::
@@ -327,11 +330,14 @@
     The manifest is the list of files being version controlled. If no revision
     is given then the tip is used.
 
-outgoing [dest]:: 
+outgoing [-p] [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::