doc/hg.1.txt
changeset 928 6f2c3bcbfaaf
parent 924 ab681ea2857e
child 940 1300271ba8de
child 945 f15901d053e1
--- 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.