aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-01 15:43:44 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-01 15:43:44 +0000
commit580220fea273831afca4353e0b71896db4fa8749 (patch)
tree08bfcef59373574f601d5b06da4916ff99b4f481 /docs/misc
parentf989852d7f84f7f29ce39f864b718fc665c17119 (diff)
downloadxen-580220fea273831afca4353e0b71896db4fa8749.tar.gz
xen-580220fea273831afca4353e0b71896db4fa8749.tar.bz2
xen-580220fea273831afca4353e0b71896db4fa8749.zip
This patch fixes few typos in hg-cheatsheet.txt
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/hg-cheatsheet.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/misc/hg-cheatsheet.txt b/docs/misc/hg-cheatsheet.txt
index 46ab6f253b..a9e84efc9a 100644
--- a/docs/misc/hg-cheatsheet.txt
+++ b/docs/misc/hg-cheatsheet.txt
@@ -148,7 +148,7 @@ By default, Hg just shows the first line of the changset comments. You
can find further information with "hg -v history".
The changeset identifier has two parts, a _local_ monotonically
-increasing changeset id, 4792 above, and a _global_ hash, which
+increasing changeset id, 5599 above, and a _global_ hash, which
follows the colon on the changeset line. The hash uniquely identifies
the changeset and its lineage back to the root of the changeset tree
-- it is useful for distributed management and so on. However, as it
@@ -190,8 +190,8 @@ marking, though deletes should be picked up automatically
creation:
- touch a (or otherwise created a file)
- hg add a
+ touch a.txt (or otherwise created a file)
+ hg add a.txt
You can see what has changed using: