##// END OF EJS Templates
bookmarks: fix typo
Wagner Bruna -
r8087:6dcf425c default
parent child Browse files
Show More
@@ -93,7 +93,7 b' def setcurrent(repo, mark):'
93 '''Set the name of the bookmark that we are currently on
93 '''Set the name of the bookmark that we are currently on
94
94
95 Set the name of the bookmark that we are on (hg update <bookmark>).
95 Set the name of the bookmark that we are on (hg update <bookmark>).
96 The name is recoreded in .hg/bookmarks.current
96 The name is recorded in .hg/bookmarks.current
97 '''
97 '''
98 if current(repo) == mark:
98 if current(repo) == mark:
99 return
99 return
General Comments 0
You need to be logged in to leave comments. Login now