# HG changeset patch # User Pierre-Yves David # Date 2014-06-01 00:26:15 # Node ID ee29b0bb16196905e0d3f0f7ac8e40d532bead48 # Parent 6539c4e9c874e23a3ce26341cbd94627b461173e status: document the content of the returned tuple in the docstring The ``status`` function returns a lot of information. We document it. diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -275,6 +275,8 @@ class basectx(object): directory. If other is None, compare this node with working directory. + + returns (modified, added, removed, deleted, unknown, ignored, clean) """ ctx1 = self