[PATCH 3 of 3] bookmarks: document behavior of -B/--bookmark in help

Augie Fackler raf at durin42.com
Fri Jul 6 14:16:37 CDT 2012


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1341601962 18000
# Node ID 092cf6e431338a4564038385b845fd3f90d2fb4a
# Parent  5570dfe6acfc1132b5abc0bc8fa084344cccbec0
bookmarks: document behavior of -B/--bookmark in help

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -4593,6 +4593,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.
 


More information about the Mercurial-devel mailing list