##// END OF EJS Templates
dirstate: fix some typos in docstrings...
Raphaël Gomès -
r49916:3abf799b default
parent child Browse files
Show More
@@ -85,16 +85,16 b' class _dirstatemapcommon:'
85 85 # with minor difference between implementation.
86 86
87 87 def _dirs_incr(self, filename, old_entry=None):
88 """incremente the dirstate counter if applicable
88 """increment the dirstate counter if applicable
89 89
90 This might be a no-op for some subclass who deal with directory
90 This might be a no-op for some subclasses who deal with directory
91 91 tracking in a different way.
92 92 """
93 93
94 94 def _dirs_decr(self, filename, old_entry=None, remove_variant=False):
95 """decremente the dirstate counter if applicable
95 """decrement the dirstate counter if applicable
96 96
97 This might be a no-op for some subclass who deal with directory
97 This might be a no-op for some subclasses who deal with directory
98 98 tracking in a different way.
99 99 """
100 100
General Comments 0
You need to be logged in to leave comments. Login now