mercurial/help.py
changeset 7888 206334f8aa0b
parent 7879 5c4026a289a4
parent 7887 4b76746a988b
child 7904 fef5f3ef84c4
equal deleted inserted replaced
7886:c2ecaf63bade 7888:206334f8aa0b
   176      _(r'''
   176      _(r'''
   177     Mercurial supports several ways to specify individual
   177     Mercurial supports several ways to specify individual
   178     revisions.
   178     revisions.
   179 
   179 
   180     A plain integer is treated as a revision number. Negative
   180     A plain integer is treated as a revision number. Negative
   181     integers are treated as toplogical offsets from the tip, with
   181     integers are treated as topological offsets from the tip, with
   182     -1 denoting the tip. As such, negative numbers are only useful
   182     -1 denoting the tip. As such, negative numbers are only useful
   183     if you've memorized your local tree numbers and want to save
   183     if you've memorized your local tree numbers and want to save
   184     typing a single digit. This editor suggests copy and paste.
   184     typing a single digit. This editor suggests copy and paste.
   185 
   185 
   186     A 40-digit hexadecimal string is treated as a unique revision
   186     A 40-digit hexadecimal string is treated as a unique revision