Mercurial > hg-stable
changeset 13407:354f304152ad
bookmarks: update help text since moving into core
Clarifies the help text for the bookmarks command regarding the
requirements for pushing or pulling bookmarks.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Mon, 14 Feb 2011 23:59:21 -0600 |
parents | 5e57c199848d |
children | 19ad316e5be3 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Feb 15 23:23:16 2011 +1300 +++ b/mercurial/commands.py Mon Feb 14 23:59:21 2011 -0600 @@ -471,8 +471,9 @@ the bookmark is assigned to that revision. Bookmarks can be pushed and pulled between repositories (see :hg:`help - push` and :hg:`help pull`). This requires the bookmark extension to be - enabled for both the local and remote repositories. + push` and :hg:`help pull`). This requires both the local and remote + repositories to support bookmarks. For versions prior to 1.8, this means + the bookmarks extension must be enabled. ''' hexfn = ui.debugflag and hex or short marks = repo._bookmarks