Rev 2432: correct the docstring for walkdirs. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate

John Arbash Meinel john at arbash-meinel.com
Wed Feb 28 16:58:20 GMT 2007


At http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate

------------------------------------------------------------
revno: 2432
revision-id: john at arbash-meinel.com-20070228165719-3q5bxnad9klg5tzz
parent: john at arbash-meinel.com-20070228160032-nt148nm9c1rrhopj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: dirstate
timestamp: Wed 2007-02-28 10:57:19 -0600
message:
  correct the docstring for walkdirs.
modified:
  bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
-------------- next part --------------
=== modified file 'bzrlib/osutils.py'
--- a/bzrlib/osutils.py	2007-02-26 01:06:36 +0000
+++ b/bzrlib/osutils.py	2007-02-28 16:57:19 +0000
@@ -1055,7 +1055,7 @@
     
     The data yielded is of the form:
     ((directory-relpath, directory-path-from-top),
-    [(directory-relpath, basename, kind, lstat), ...]),
+    [(directory-relpath, basename, kind, lstat, path-from-top), ...]),
      - directory-relpath is the relative path of the directory being returned
        with respect to top. prefix is prepended to this.
      - directory-path-from-root is the path including top for this directory. 



More information about the bazaar-commits mailing list