diff -r 508c7d1b3e1c -r 120aa5fc7ced doc/hg.1.txt --- a/doc/hg.1.txt Thu Sep 01 07:43:53 2005 -0700 +++ b/doc/hg.1.txt Thu Sep 01 07:47:26 2005 -0700 @@ -259,13 +259,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]:: @@ -320,11 +323,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::