doc/hg.1.txt
changeset 5296 c8efd19e248c
parent 4635 63b9d2deed48
equal deleted inserted replaced
5292:5a65d870871d 5296:c8efd19e248c
    59     name associated with a revision identifier.  Tag names may not
    59     name associated with a revision identifier.  Tag names may not
    60     contain the ":" character.
    60     contain the ":" character.
    61 
    61 
    62     The reserved name "tip" is a special tag that always identifies
    62     The reserved name "tip" is a special tag that always identifies
    63     the most recent revision.
    63     the most recent revision.
       
    64 
       
    65     The reserved name "null" indicates the null revision. This is the
       
    66     revision of an empty repository, and the parent of revision 0.
       
    67 
       
    68     The reserved name "." indicates the working directory parent. If
       
    69     no working directory is checked out, it is equivalent to null.
       
    70     If an uncommitted merge is in progress, "." is the revision of
       
    71     the first parent.
    64 
    72 
    65 SPECIFYING MULTIPLE REVISIONS
    73 SPECIFYING MULTIPLE REVISIONS
    66 -----------------------------
    74 -----------------------------
    67 
    75 
    68     When Mercurial accepts more than one revision, they may be
    76     When Mercurial accepts more than one revision, they may be