mercurial/help.py
changeset 7887 4b76746a988b
parent 7828 f51e2263d2aa
child 7888 206334f8aa0b
equal deleted inserted replaced
7870:7bcce39e8f07 7887:4b76746a988b
   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