##// END OF EJS Templates
bookmarks: update help text since moving into core...
Kevin Bullock -
r13407:354f3041 default
parent child Browse files
Show More
@@ -471,8 +471,9 b' def bookmark(ui, repo, mark=None, rev=No'
471 the bookmark is assigned to that revision.
471 the bookmark is assigned to that revision.
472
472
473 Bookmarks can be pushed and pulled between repositories (see :hg:`help
473 Bookmarks can be pushed and pulled between repositories (see :hg:`help
474 push` and :hg:`help pull`). This requires the bookmark extension to be
474 push` and :hg:`help pull`). This requires both the local and remote
475 enabled for both the local and remote repositories.
475 repositories to support bookmarks. For versions prior to 1.8, this means
476 the bookmarks extension must be enabled.
476 '''
477 '''
477 hexfn = ui.debugflag and hex or short
478 hexfn = ui.debugflag and hex or short
478 marks = repo._bookmarks
479 marks = repo._bookmarks
General Comments 0
You need to be logged in to leave comments. Login now