Merge with crew-stable
authorBrendan Cully <brendan@kublai.com>
Tue, 11 Sep 2007 13:24:52 -0700
changeset 5297 ec061aaa25a4
parent 5295 51b132b4fd36 (current diff)
parent 5296 c8efd19e248c (diff)
child 5300 81575b7b505e
Merge with crew-stable
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -62,6 +62,14 @@ SPECIFYING SINGLE REVISIONS
     The reserved name "tip" is a special tag that always identifies
     the most recent revision.
 
+    The reserved name "null" indicates the null revision. This is the
+    revision of an empty repository, and the parent of revision 0.
+
+    The reserved name "." indicates the working directory parent. If
+    no working directory is checked out, it is equivalent to null.
+    If an uncommitted merge is in progress, "." is the revision of
+    the first parent.
+
 SPECIFYING MULTIPLE REVISIONS
 -----------------------------