diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -294,6 +294,12 @@ heads:: changesets. They are where development generally takes place and are the usual targets for update and merge operations. + options: + -b, --branches show branches + --map-file display using template map file + -r, --rev show only heads which are descendants of rev + -t, --template display using template + identify:: Print a short summary of the current state of the repo. @@ -331,7 +337,11 @@ incoming [-p] [source]:: Currently only local repositories are supported. options: + -M, --no-merges do not show merges + --map-file display using template map file + -n, --newest-first show newest records first -p, --patch show patch + -t, --template display using template aliases: in @@ -379,10 +389,12 @@ log [-r revision ...] [-p] [files]:: -b, --branch show branches -k, --keyword search for keywords -l, --limit print no more than this many changes + --map-file display using template map file -M, --no-merges do not show merges -m, --only-merges only show merges -r, --rev show the specified revision or range -p, --patch show patch + -t, --template display using template aliases: history @@ -400,13 +412,22 @@ outgoing [-p] [dest]:: See pull for valid source format details. options: + -M, --no-merges do not show merges + --map-file display using template map file -p, --patch show patch + -n, --newest-first show newest records first + -t, --template display using template aliases: out parents:: Print the working directory's parent revisions. + options: + -b, --branches show branches + --map-file display using template map file + -t, --template display using template + paths [NAME]:: Show definition of symbolic path name NAME. If no name is given, show definition of available names. @@ -613,7 +634,10 @@ tip [-p]:: Show the tip revision. options: - -p, --patch show patch + -b, --branches show branches + --map-file display using template map file + -p, --patch show patch + -t, --template display using template unbundle :: (EXPERIMENTAL)