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 |
|
|
821 | The active bookmark is indicated with a '*'. | |
822 |
When a commit is made, |
|
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