bookmarks: document behavior of -B/--bookmark in help
authorAugie Fackler <raf@durin42.com>
Fri, 06 Jul 2012 14:12:42 -0500
changeset 17190 d99d0b559084
parent 17189 7199e82d6d8b
child 17191 5884812686f7
bookmarks: document behavior of -B/--bookmark in help
mercurial/commands.py
--- a/mercurial/commands.py	Fri Jul 06 14:11:58 2012 -0500
+++ b/mercurial/commands.py	Fri Jul 06 14:12:42 2012 -0500
@@ -4630,6 +4630,10 @@
     If -r/--rev is used, the specified revision and all its ancestors
     will be pushed to the remote repository.
 
+    If -B/--bookmark is used, the specified bookmarked revision, its
+    ancestors, and the bookmark will be pushed to the remote
+    repository.
+
     Please see :hg:`help urls` for important details about ``ssh://``
     URLs. If DESTINATION is omitted, a default path will be used.