diff doc/hg.1.txt @ 928:6f2c3bcbfaaf

hg incoming/outgoing: fix tests and update man page
author mpm@selenic.com
date Tue, 16 Aug 2005 19:27:46 -0800
parents ab681ea2857e
children 1300271ba8de f15901d053e1
line wrap: on
line diff
--- a/doc/hg.1.txt	Tue Aug 16 19:17:16 2005 -0800
+++ b/doc/hg.1.txt	Tue Aug 16 19:27:46 2005 -0800
@@ -196,6 +196,13 @@
 
     aliases: patch
 
+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.
+
 init [dest]::
     Initialize a new repository in the given directory.  If the given
     directory does not exist, it is created.
@@ -250,6 +257,11 @@
     The manifest is the list of files being version controlled. If no revision
     is given then the tip is used.
 
+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.
+
 parents::
     Print the working directory's parent revisions.