##// END OF EJS Templates
dirstate-item: add missing bit of docstring...
Raphaël Gomès -
r50010:4c75f00b default
parent child Browse files
Show More
@@ -278,7 +278,7 b' class DirstateItem:'
278 self._mtime_ns = None
278 self._mtime_ns = None
279
279
280 def drop_merge_data(self):
280 def drop_merge_data(self):
281 """remove all "merge-only" from a DirstateItem
281 """remove all "merge-only" information from a DirstateItem
282
282
283 This is to be call by the dirstatemap code when the second parent is dropped
283 This is to be call by the dirstatemap code when the second parent is dropped
284 """
284 """
General Comments 0
You need to be logged in to leave comments. Login now