hgext/bookmarks.py
changeset 10973 49a07f441496
parent 10956 a156ce543a5b
child 11193 687c7d395f20
--- a/hgext/bookmarks.py	Thu Apr 22 10:04:53 2010 +0200
+++ b/hgext/bookmarks.py	Thu Apr 22 10:24:49 2010 +0200
@@ -88,10 +88,10 @@
 
     Bookmarks are pointers to certain commits that move when
     committing. Bookmarks are local. They can be renamed, copied and
-    deleted. It is possible to use bookmark names in 'hg merge' and
-    'hg update' to merge and update respectively to a given bookmark.
+    deleted. It is possible to use bookmark names in :hg:`merge` and
+    :hg:`update` to merge and update respectively to a given bookmark.
 
-    You can use 'hg bookmark NAME' to set a bookmark on the working
+    You can use :hg:`bookmark 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.