##// END OF EJS Templates
bookmarks: improve English
timeless -
r8762:545dfd50 default
parent child Browse files
Show More
@@ -22,7 +22,7 b' experience by adding the following confi'
22 22 track.current = True
23 23
24 24 This will cause bookmarks to track the bookmark that you are currently
25 on, and just updates it. This is similar to git's approach of
25 on, and just updates it. This is similar to git's approach to
26 26 branching.
27 27 '''
28 28
@@ -117,7 +117,7 b' def bookmark(ui, repo, mark=None, rev=No'
117 117 Bookmarks are pointers to certain commits that move when
118 118 commiting. Bookmarks are local. They can be renamed, copied and
119 119 deleted. It is possible to use bookmark names in 'hg merge' and
120 'hg update' to update to a given bookmark.
120 'hg update' to merge and update respectively to a given bookmark.
121 121
122 122 You can use 'hg bookmark NAME' to set a bookmark on the working
123 123 directory's parent revision with the given name. If you specify
General Comments 0
You need to be logged in to leave comments. Login now