diff doc/hg.1.txt @ 196:48827121af7e

add export, recover, and undo to the man page add export to hg help
author jake@edge2.net
date Mon, 30 May 2005 09:53:48 -0700
parents 089594a5bbde
children 73b8a8a059ec 27d08c0c2a7e
line wrap: on
line diff
--- a/doc/hg.1.txt	Mon May 30 08:42:00 2005 -0800
+++ b/doc/hg.1.txt	Mon May 30 09:53:48 2005 -0700
@@ -100,6 +100,10 @@
     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 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 @@
 tags::
     list the current tags
 
+undo::
+    undo the last transaction
+
 ENVIRONMENT VARIABLES
 ---------------------
 HGMERGE::