# HG changeset patch # User Augie Fackler # Date 1341601962 18000 # Node ID d99d0b5590843c37db0fed3792c3c7bbe75074d6 # Parent 7199e82d6d8b1686ace9ec260c3233c76e2d9f1c bookmarks: document behavior of -B/--bookmark in help diff -r 7199e82d6d8b -r d99d0b559084 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.