equal
deleted
inserted
replaced
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 |