Rev 2717: trivial fix for docstring of osutils.walkdirs() in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Aug 16 16:33:47 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2717
revision-id: pqm at pqm.ubuntu.com-20070816153342-vx6qu7u23qs035vy
parent: pqm at pqm.ubuntu.com-20070816141153-z75ruvo3du5ig009
parent: bialix at ukr.net-20070813111550-sgpoq5sy9tilglt4
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2007-08-16 16:33:42 +0100
message:
  trivial fix for docstring of osutils.walkdirs()
modified:
  bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
    ------------------------------------------------------------
    revno: 2694.3.1
    merged: bialix at ukr.net-20070813111550-sgpoq5sy9tilglt4
    parent: pqm at pqm.ubuntu.com-20070810111627-h6m8b0ist3ca15ae
    committer: Alexander Belchenko <bialix at ukr.net>
    branch nick: trivial
    timestamp: Mon 2007-08-13 14:15:50 +0300
    message:
      trivial fix for docstring of osutils.walkdirs()
=== modified file 'bzrlib/osutils.py'
--- a/bzrlib/osutils.py	2007-08-15 04:33:34 +0000
+++ b/bzrlib/osutils.py	2007-08-16 15:33:42 +0000
@@ -1080,7 +1080,7 @@
     
     The data yielded is of the form:
     ((directory-relpath, directory-path-from-top),
-    [(directory-relpath, basename, kind, lstat, path-from-top), ...]),
+    [(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