Mercurial > public > mercurial-scm > hg
comparison mercurial/help.py @ 7887:4b76746a988b
Typo fix in help.
author | Greg Ward <gerg-hg@gerg.ca> |
---|---|
date | Mon, 23 Mar 2009 15:04:26 -0400 |
parents | f51e2263d2aa |
children | 206334f8aa0b |
comparison
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 |