Show More
@@ -745,6 +745,11 b' def bookmark(ui, repo, mark=None, rev=No' | |||
|
745 | 745 | push` and :hg:`help pull`). This requires both the local and remote |
|
746 | 746 | repositories to support bookmarks. For versions prior to 1.8, this means |
|
747 | 747 | the bookmarks extension must be enabled. |
|
748 | ||
|
749 | With -i/--inactive, the new bookmark will not be made the active | |
|
750 | bookmark. If -r/--rev is given, the new bookmark will not be made | |
|
751 | active even if -i/--inactive is not given. If no NAME is given, the | |
|
752 | current active bookmark will be marked inactive. | |
|
748 | 753 | ''' |
|
749 | 754 | hexfn = ui.debugflag and hex or short |
|
750 | 755 | marks = repo._bookmarks |
General Comments 0
You need to be logged in to leave comments.
Login now