##// END OF EJS Templates
bookmarks: clarify help for -i/--inactive
Kevin Bullock -
r15939:f57f891e stable
parent child Browse files
Show More
@@ -745,6 +745,11 b' def bookmark(ui, repo, mark=None, rev=No'
745 push` and :hg:`help pull`). This requires both the local and remote
745 push` and :hg:`help pull`). This requires both the local and remote
746 repositories to support bookmarks. For versions prior to 1.8, this means
746 repositories to support bookmarks. For versions prior to 1.8, this means
747 the bookmarks extension must be enabled.
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 hexfn = ui.debugflag and hex or short
754 hexfn = ui.debugflag and hex or short
750 marks = repo._bookmarks
755 marks = repo._bookmarks
General Comments 0
You need to be logged in to leave comments. Login now