diff mercurial/dirstate.py @ 3563:26b556c1d01d

improve walk docstrings
author Matt Mackall <mpm@selenic.com>
date Fri, 27 Oct 2006 11:24:10 -0500
parents 09d99b7e4da0
children 549cb7b640fb
line wrap: on
line diff
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -365,6 +365,8 @@ class dirstate(object):
         is one of:
         'f' the file was found in the directory tree
         'm' the file was only in the dirstate and not in the tree
+        'b' file was not found and matched badmatch
+
         and st is the stat result if the file was found in the directory.
         '''
         self.lazyread()