##// END OF EJS Templates
status: document the content of the returned tuple in the docstring...
Pierre-Yves David -
r21722:ee29b0bb default
parent child Browse files
Show More
@@ -275,6 +275,8 b' class basectx(object):'
275 directory.
275 directory.
276
276
277 If other is None, compare this node with working directory.
277 If other is None, compare this node with working directory.
278
279 returns (modified, added, removed, deleted, unknown, ignored, clean)
278 """
280 """
279
281
280 ctx1 = self
282 ctx1 = self
General Comments 0
You need to be logged in to leave comments. Login now