--- a/mercurial/commands.py Wed Dec 07 11:23:01 2011 -0600
+++ b/mercurial/commands.py Wed Dec 07 11:23:13 2011 -0600
@@ -726,10 +726,10 @@
rename=None, inactive=False):
'''track a line of development with movable markers
- 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.
+ 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 :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
directory's parent revision with the given name. If you specify