changeset 17190:d99d0b559084

bookmarks: document behavior of -B/--bookmark in help
author Augie Fackler <raf@durin42.com>
date Fri, 06 Jul 2012 14:12:42 -0500
parents 7199e82d6d8b
children 5884812686f7
files mercurial/commands.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.