Mercurial > hg
changeset 12772:4212fdc4db18
bookmarks: add paragraph on pushing and pulling to help
Text adapted from http://mercurial.selenic.com/wiki/BookmarksExtension
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Tue, 19 Oct 2010 12:40:09 -0500 |
parents | c77f6276c9e7 |
children | 98aaf58a1d7c |
files | hgext/bookmarks.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/bookmarks.py Wed Oct 20 16:54:34 2010 +0200 +++ b/hgext/bookmarks.py Tue Oct 19 12:40:09 2010 -0500 @@ -103,6 +103,10 @@ directory's parent revision with the given name. If you specify a revision using -r REV (where REV may be an existing bookmark), 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. ''' hexfn = ui.debugflag and hex or short marks = repo._bookmarks