Mercurial > public > mercurial-scm > hg
comparison mercurial/help.py @ 7888:206334f8aa0b
Merge with -stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 24 Mar 2009 16:41:41 -0500 |
parents | 5c4026a289a4 4b76746a988b |
children | fef5f3ef84c4 |
comparison
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 |