diff mercurial/help/templates.txt @ 11718:3e979f47a4c9

help: fix bytes/digit confusion for hashes spotted by FUJIWARA Katsunori <fujiwara@ascade.co.jp>
author Matt Mackall <mpm@selenic.com>
date Sat, 31 Jul 2010 18:27:03 -0500
parents 6faf015e0ba0
children fca15617721c
line wrap: on
line diff
--- a/mercurial/help/templates.txt	Sat Jul 31 18:12:50 2010 -0500
+++ b/mercurial/help/templates.txt	Sat Jul 31 18:27:03 2010 -0500
@@ -52,8 +52,8 @@
 
 :file_dels: List of strings. Files removed by this changeset.
 
-:node: String. The changeset identification hash, as a 40-character
-    hexadecimal string.
+:node: String. The changeset identification hash, as a 40 hexadecimal
+    digit string.
 
 :parents: List of strings. The parents of the changeset.
 
@@ -138,7 +138,7 @@
     specified in RFC 3339: "2009-08-18T13:00:13+02:00".
 
 :short: Changeset hash. Returns the short form of a changeset hash,
-    i.e. a 12-byte hexadecimal string.
+    i.e. a 12 hexadecimal digit string.
 
 :shortdate: Date. Returns a date like "2006-09-18".