[PATCH] bookmarks: fix correct command in help text

hokorobi.hokorobi at gmail.com hokorobi.hokorobi at gmail.com
Sat Dec 15 07:15:03 CST 2012


# HG changeset patch
# User hokorobi <hokorobi.hokorobi at gmail.com>
# Date 1355570183 -32400
# Branch stable
# Node ID 2a0abf67303de557d180992b7c962a3205f73c45
# Parent  ebc0fa067c07808b77f060e285d0c9d8d25c6750
bookmarks: fix correct command in help text

diff -r ebc0fa067c07 -r 2a0abf67303d mercurial/commands.py
--- a/mercurial/commands.py	Thu Dec 06 13:21:27 2012 -0600
+++ b/mercurial/commands.py	Sat Dec 15 20:16:23 2012 +0900
@@ -770,7 +770,7 @@
     possible to use :hg:`merge NAME` to merge from a given bookmark, and
     :hg:`update NAME` to update to a given bookmark.
 
-    You can use :hg:`bookmark NAME` to set a bookmark on the working
+    You can use :hg:`bookmarks NAME` to set a bookmark on the working
     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.
@@ -885,7 +885,7 @@
     """set or show the current branch name
 
     .. note::
-       Branch names are permanent and global. Use :hg:`bookmark` to create a
+       Branch names are permanent and global. Use :hg:`bookmarks` to create a
        light-weight bookmark instead. See :hg:`help glossary` for more
        information about named branches and bookmarks.
 


More information about the Mercurial-devel mailing list