# HG changeset patch # User Kevin Bullock # Date 1287510009 18000 # Node ID 4212fdc4db1893c109faa0e071964af296ed3054 # Parent c77f6276c9e7700db0e6a6ba237bea169b217b27 bookmarks: add paragraph on pushing and pulling to help Text adapted from http://mercurial.selenic.com/wiki/BookmarksExtension diff -r c77f6276c9e7 -r 4212fdc4db18 hgext/bookmarks.py --- 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