changeset 21722:ee29b0bb1619

status: document the content of the returned tuple in the docstring The ``status`` function returns a lot of information. We document it.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 31 May 2014 17:26:15 -0700
parents 6539c4e9c874
children 35eb333d61d5
files mercurial/context.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/context.py	Mon Jun 09 14:11:17 2014 -0500
+++ b/mercurial/context.py	Sat May 31 17:26:15 2014 -0700
@@ -275,6 +275,8 @@
         directory.
 
         If other is None, compare this node with working directory.
+
+        returns (modified, added, removed, deleted, unknown, ignored, clean)
         """
 
         ctx1 = self