# HG changeset patch # User jake@edge2.net # Date 1117472028 25200 # Node ID 48827121af7e95fd6aed35b1e30963965cf67eb3 # Parent b98bcf66dd9d69fffb32994d5b878fbbccb2c2d9 add export, recover, and undo to the man page add export to hg help diff -r b98bcf66dd9d -r 48827121af7e doc/hg.1 --- a/doc/hg.1 Mon May 30 08:42:00 2005 -0800 +++ b/doc/hg.1 Mon May 30 09:53:48 2005 -0700 @@ -110,6 +110,10 @@ print the indicated revision of the manifest (list of version controlled files) .TP +export [revision] +print the changeset header (author, changeset hash, parent, and commit comment) and the diffs for a particular revision\&. + +.TP history print the revision history of the repository @@ -126,6 +130,10 @@ pull any changes from the specified repository to the repository in the current directory\&. Use the value of the HGMERGE environment variable as a program to resolve any merge conflicts between the two repositories\&. An implicit commit is done at the end of this process if there were any merge conflicts\&. Note that merge does not yet merge with changed files in the working dir\&. .TP +recover +rollback an interrupted transaction + +.TP remove [files ...] schedule the indicated files for removal from the repository at the next commit @@ -141,6 +149,10 @@ tags list the current tags +.TP +undo +undo the last transaction + .SH "ENVIRONMENT VARIABLES" .TP diff -r b98bcf66dd9d -r 48827121af7e doc/hg.1.html --- a/doc/hg.1.html Mon May 30 08:42:00 2005 -0800 +++ b/doc/hg.1.html Mon May 30 09:53:48 2005 -0700 @@ -206,6 +206,15 @@
Version 0.5
-Last updated 27-May-2005 15:07:30 MDT
+Last updated 27-May-2005 15:51:06 MDT