##// 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 identifier. A short-form identifier is only valid if it is the prefix
12 identifier. A short-form identifier is only valid if it is the prefix
13 of exactly one full-length identifier.
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
15 Any other string is treated as a bookmark, tag, or branch name. A
16 symbolic name associated with a revision identifier. A branch name
16 bookmark is a movable pointer to a revision. A tag is a permanent name
17 denotes the tipmost revision of that branch. Tag and branch names must
17 associated with a revision. A branch name denotes the tipmost revision
18 not contain the ":" character.
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 The reserved name "tip" always identifies the most recent revision.
21 most recent revision.
22
22
23 The reserved name "null" indicates the null revision. This is the
23 The reserved name "null" indicates the null revision. This is the
24 revision of an empty repository, and the parent of revision 0.
24 revision of an empty repository, and the parent of revision 0.
@@ -733,13 +733,13 b' Test a help topic'
733 short-form identifier is only valid if it is the prefix of exactly one
733 short-form identifier is only valid if it is the prefix of exactly one
734 full-length identifier.
734 full-length identifier.
735
735
736 Any other string is treated as a tag or branch name. A tag name is a
736 Any other string is treated as a bookmark, tag, or branch name. A bookmark
737 symbolic name associated with a revision identifier. A branch name denotes
737 is a movable pointer to a revision. A tag is a permanent name associated
738 the tipmost revision of that branch. Tag and branch names must not contain
738 with a revision. A branch name denotes the tipmost revision of that
739 the ":" character.
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 The reserved name "tip" always identifies the most recent revision.
742 recent revision.
743
743
744 The reserved name "null" indicates the null revision. This is the revision
744 The reserved name "null" indicates the null revision. This is the revision
745 of an empty repository, and the parent of revision 0.
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