Show More
@@ -264,22 +264,21 b' PYTHONPATH::' | |||
|
264 | 264 | Mercurial supports several ways to specify individual revisions. |
|
265 | 265 | |
|
266 | 266 | A plain integer is treated as a revision number. Negative integers |
|
267 |
are treated as t |
|
|
268 | the tip. As such, negative numbers are only useful if you've | |
|
269 | memorized your local tree numbers and want to save typing a single | |
|
270 | digit. This editor suggests copy and paste. | |
|
267 | are treated as sequential offsets from the tip, with -1 denoting | |
|
268 | the tip, -2 denoting the revision prior to the tip, and so forth. | |
|
271 | 269 | |
|
272 | 270 | A 40-digit hexadecimal string is treated as a unique revision |
|
273 | 271 | identifier. |
|
274 | 272 | |
|
275 | 273 | A hexadecimal string less than 40 characters long is treated as a |
|
276 |
unique revision identifier |
|
|
274 | unique revision identifier and is referred to as a short-form | |
|
277 | 275 | identifier. A short-form identifier is only valid if it is the |
|
278 | 276 | prefix of exactly one full-length identifier. |
|
279 | 277 | |
|
280 |
Any other string is treated as a tag |
|
|
281 |
name associated with a revision identifier. |
|
|
282 | contain the ":" character. | |
|
278 | Any other string is treated as a tag or branch name. A tag name is | |
|
279 | a symbolic name associated with a revision identifier. A branch | |
|
280 | name denotes the tipmost revision of that branch. Tag and branch | |
|
281 | names must not contain the ":" character. | |
|
283 | 282 | |
|
284 | 283 | The reserved name "tip" is a special tag that always identifies |
|
285 | 284 | the most recent revision. |
General Comments 0
You need to be logged in to leave comments.
Login now