Mercurial > hg-stable
changeset 8762:545dfd502e69
bookmarks: improve English
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 09:25:25 -0400 |
parents | 0289f384e1e5 |
children | fccdf5ca5065 |
files | hgext/bookmarks.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/bookmarks.py Tue Jun 09 09:25:17 2009 -0400 +++ b/hgext/bookmarks.py Tue Jun 09 09:25:25 2009 -0400 @@ -22,7 +22,7 @@ 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 @@ 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 working directory's parent revision with the given name. If you specify