doc/hg.1.txt
changeset 196 48827121af7e
parent 182 089594a5bbde
child 321 73b8a8a059ec
child 330 27d08c0c2a7e
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -100,6 +100,10 @@ dumpmanifest [revision]::
     print the indicated revision of the manifest (list of version controlled
     files)
 
+export [revision]::
+    print the changeset header (author, changeset hash, parent, and commit
+    comment) and the diffs for a particular revision.
+
 history::
     print the revision history of the repository
 
@@ -117,6 +121,9 @@ merge <repository path>::
     merge conflicts.  Note that merge does not yet merge with changed files
     in the working dir.
 
+recover::
+    rollback an interrupted transaction
+
 remove [files ...]::
     schedule the indicated files for removal from the repository at the next
     commit
@@ -134,6 +141,9 @@ status::
 tags::
     list the current tags
 
+undo::
+    undo the last transaction
+
 ENVIRONMENT VARIABLES
 ---------------------
 HGMERGE::