Mercurial > public > mercurial-scm > hg
diff mercurial/help/glossary.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 | aade8f133d11 |
children | 9b842c8fb4df |
line wrap: on
line diff
--- a/mercurial/help/glossary.txt Sat Jul 31 18:12:50 2010 -0500 +++ b/mercurial/help/glossary.txt Sat Jul 31 18:27:03 2010 -0500 @@ -83,8 +83,8 @@ Changeset id A SHA-1 hash that uniquely identifies a changeset. It may be - represented as either a "long" 40-byte hexadecimal string, or a - "short" 12-byte hexadecimal string. + represented as either a "long" 40 hexadecimal digit string, or a + "short" 12 hexadecimal digit string. Changeset, merge A changeset with two parents. This occurs when a merge is