# HG changeset patch # User Martin von Zweigbergk # Date 1484162934 28800 # Node ID bbb5cc55ab8b74f609e570afb02c419ab932ef6a # Parent d7bf7d2bd5ab74f58b3e594df3eed4237bd0a2c5 help: use a single paragraph to describe full and abbreviated nodeids The texts describing 40-digit strings and the abbreviated form are closely related, so make it a single paragraph. diff -r d7bf7d2bd5ab -r bbb5cc55ab8b mercurial/help/revisions.txt --- a/mercurial/help/revisions.txt Tue Jan 10 23:37:08 2017 -0800 +++ b/mercurial/help/revisions.txt Wed Jan 11 11:28:54 2017 -0800 @@ -4,9 +4,7 @@ treated as sequential offsets from the tip, with -1 denoting the tip, -2 denoting the revision prior to the tip, and so forth. -A 40-digit hexadecimal string is treated as a unique revision -identifier. - +A 40-digit hexadecimal string is treated as a unique revision identifier. A hexadecimal string less than 40 characters long is treated as a unique revision identifier and is referred to as a short-form identifier. A short-form identifier is only valid if it is the prefix diff -r d7bf7d2bd5ab -r bbb5cc55ab8b tests/test-help.t --- a/tests/test-help.t Tue Jan 10 23:37:08 2017 -0800 +++ b/tests/test-help.t Wed Jan 11 11:28:54 2017 -0800 @@ -1165,7 +1165,6 @@ denoting the revision prior to the tip, and so forth. A 40-digit hexadecimal string is treated as a unique revision identifier. - A hexadecimal string less than 40 characters long is treated as a unique revision identifier and is referred to as a short-form identifier. A short-form identifier is only valid if it is the prefix of exactly one @@ -2781,10 +2780,7 @@ -2 denoting the revision prior to the tip, and so forth.

- A 40-digit hexadecimal string is treated as a unique revision - identifier. -

-

+ A 40-digit hexadecimal string is treated as a unique revision identifier. A hexadecimal string less than 40 characters long is treated as a unique revision identifier and is referred to as a short-form identifier. A short-form identifier is only valid if it is the prefix