bookmarks: add paragraph on pushing and pulling to help
authorKevin Bullock <kbullock@ringworld.org>
Tue, 19 Oct 2010 12:40:09 -0500
changeset 12772 4212fdc4db18
parent 12771 c77f6276c9e7
child 12773 98aaf58a1d7c
bookmarks: add paragraph on pushing and pulling to help Text adapted from http://mercurial.selenic.com/wiki/BookmarksExtension
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