diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -266,13 +266,16 @@ import [-p -b -f] :: 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 @@ manifest [revision]:: 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::