[PATCH 3 of 5] Improve English for bookmarks extension
timeless
timeless at gmail.com
Fri Jun 5 10:03:02 UTC 2009
# HG changeset patch
# User timeless <timeless at gmail.com>
# Date 1244202642 -7200
# Node ID 7dfb8a446d4d6f4db96c7d782b49c969894c7144
# Parent 42f0b0bab4b61179546b419bcef8f2a8d0be0cc7
Improve English for bookmarks extension
diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py
--- a/hgext/bookmarks.py
+++ b/hgext/bookmarks.py
@@ -22,7 +22,7 @@ experience by adding the following confi
track.current = True
This will cause bookmarks to track the bookmark that you are currently
-on, and just updates it. This is similar to git's approach of
+on, and just updates it. This is similar to git's approach to
branching.
'''
@@ -117,7 +117,7 @@ def bookmark(ui, repo, mark=None, rev=No
Bookmarks are pointers to certain commits that move when
commiting. Bookmarks are local. They can be renamed, copied and
deleted. It is possible to use bookmark names in 'hg merge' and
- 'hg update' to update to a given bookmark.
+ 'hg update' to merge and update respectively to a given bookmark.
You can use 'hg bookmark NAME' to set a bookmark on the current
tip with the given name. If you specify a revision using -r REV
More information about the Mercurial-devel
mailing list