doc/hg.1.txt
changeset 1218 cde6818e082a
parent 1216 1639fc7c2ccf
child 1247 7a70dafbf4b9
--- a/doc/hg.1.txt	Thu Sep 08 00:13:52 2005 -0700
+++ b/doc/hg.1.txt	Thu Sep 08 01:27:25 2005 -0700
@@ -106,6 +106,21 @@
     -c, --changeset       list the changeset
     -n, --number          list the revision number (default)
 
+bundle <file> <other>::
+    (EXPERIMENTAL)
+
+    Generate a compressed changegroup file collecting all changesets
+    not found in the other repository.
+
+    This file can then be transferred using conventional means and
+    applied to another repository with the unbundle command. This is
+    useful when native push and pull are not available or when
+    exporting an entire repository is undesirable. The standard file
+    extension is ".hg".
+
+    Unlike import/export, this exactly preserves all changeset
+    contents including permissions, rename data, and revision history.
+
 cat <file> [revision]::
     Output to stdout the given revision for the specified file.
 
@@ -512,6 +527,12 @@
 tip::
     Show the tip revision.
 
+unbundle <file>::
+    (EXPERIMENTAL)
+
+    Apply a compressed changegroup file generated by the bundle
+    command.
+
 undo::
     Undo the last commit or pull transaction.