##// END OF EJS Templates
help: include bookmarks in 'help revisions' and simplify wording
Kevin Bullock -
r16740:43cfe561 default
parent child Browse files
Show More
@@ -12,13 +12,13 b' unique revision identifier and is referr'
12 12 identifier. A short-form identifier is only valid if it is the prefix
13 13 of exactly one full-length identifier.
14 14
15 Any other string is treated as a tag or branch name. A tag name is a
16 symbolic name associated with a revision identifier. A branch name
17 denotes the tipmost revision of that branch. Tag and branch names must
18 not contain the ":" character.
15 Any other string is treated as a bookmark, tag, or branch name. A
16 bookmark is a movable pointer to a revision. A tag is a permanent name
17 associated with a revision. A branch name denotes the tipmost revision
18 of that branch. Bookmark, tag, and branch names must not contain the ":"
19 character.
19 20
20 The reserved name "tip" is a special tag that always identifies the
21 most recent revision.
21 The reserved name "tip" always identifies the most recent revision.
22 22
23 23 The reserved name "null" indicates the null revision. This is the
24 24 revision of an empty repository, and the parent of revision 0.
@@ -733,13 +733,13 b' Test a help topic'
733 733 short-form identifier is only valid if it is the prefix of exactly one
734 734 full-length identifier.
735 735
736 Any other string is treated as a tag or branch name. A tag name is a
737 symbolic name associated with a revision identifier. A branch name denotes
738 the tipmost revision of that branch. Tag and branch names must not contain
739 the ":" character.
736 Any other string is treated as a bookmark, tag, or branch name. A bookmark
737 is a movable pointer to a revision. A tag is a permanent name associated
738 with a revision. A branch name denotes the tipmost revision of that
739 branch. Bookmark, tag, and branch names must not contain the ":"
740 character.
740 741
741 The reserved name "tip" is a special tag that always identifies the most
742 recent revision.
742 The reserved name "tip" always identifies the most recent revision.
743 743
744 744 The reserved name "null" indicates the null revision. This is the revision
745 745 of an empty repository, and the parent of revision 0.
General Comments 0
You need to be logged in to leave comments. Login now