diff mercurial/dirstate.py @ 3532: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	Fri Oct 27 00:38:42 2006 -0500
+++ b/mercurial/dirstate.py	Fri Oct 27 11:24:10 2006 -0500
@@ -365,6 +365,8 @@
         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()