# HG changeset patch # User Kevin Bullock # Date 2010-10-19 17:40:09 # Node ID 4212fdc4db1893c109faa0e071964af296ed3054 # Parent c77f6276c9e7700db0e6a6ba237bea169b217b27 bookmarks: add paragraph on pushing and pulling to help Text adapted from http://mercurial.selenic.com/wiki/BookmarksExtension diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py --- a/hgext/bookmarks.py +++ b/hgext/bookmarks.py @@ -103,6 +103,10 @@ def bookmark(ui, repo, mark=None, rev=No 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