##// END OF EJS Templates
bookmarks: spelling correction in docstring
Kevin Bullock -
r18043:20459152 default
parent child Browse files
Show More
@@ -80,7 +80,7 b' class bmstore(dict):'
80 def readcurrent(repo):
80 def readcurrent(repo):
81 '''Get the current bookmark
81 '''Get the current bookmark
82
82
83 If we use gittishsh branches we have a current bookmark that
83 If we use gittish branches we have a current bookmark that
84 we are on. This function returns the name of the bookmark. It
84 we are on. This function returns the name of the bookmark. It
85 is stored in .hg/bookmarks.current
85 is stored in .hg/bookmarks.current
86 '''
86 '''
General Comments 0
You need to be logged in to leave comments. Login now