##// END OF EJS Templates
bookmarks: refer to "the" active bookmark to clarify that there's only one...
Kevin Bullock -
r22314:6a8b8efb stable
parent child Browse files
Show More
@@ -818,8 +818,8 b' def bookmark(ui, repo, *names, **opts):'
818 Deleting or moving a bookmark has no effect on the associated changesets.
818 Deleting or moving a bookmark has no effect on the associated changesets.
819
819
820 Creating or updating to a bookmark causes it to be marked as 'active'.
820 Creating or updating to a bookmark causes it to be marked as 'active'.
821 Active bookmarks are indicated with a '*'.
821 The active bookmark is indicated with a '*'.
822 When a commit is made, an active bookmark will advance to the new commit.
822 When a commit is made, the active bookmark will advance to the new commit.
823 A plain :hg:`update` will also advance an active bookmark, if possible.
823 A plain :hg:`update` will also advance an active bookmark, if possible.
824 Updating away from a bookmark will cause it to be deactivated.
824 Updating away from a bookmark will cause it to be deactivated.
825
825
General Comments 0
You need to be logged in to leave comments. Login now