[Pkg-bazaar-commits] ./bzr/unstable r134: Doc

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:51:13 UTC 2009


------------------------------------------------------------
revno: 134
committer: mbp at sourcefrog.net
timestamp: Tue 2005-03-29 15:19:01 +1000
message:
  Doc
modified:
  bzrlib/tree.py
-------------- next part --------------
=== modified file 'bzrlib/tree.py'
--- a/bzrlib/tree.py	2005-03-29 02:41:07 +0000
+++ b/bzrlib/tree.py	2005-03-29 05:19:01 +0000
@@ -199,6 +199,9 @@
             ls = os.listdir(dp)
             ls.sort()
             for f in ls:
+                ## TODO: If we find a subdirectory with its own .bzr
+                ## directory, then that is a separate tree and we
+                ## should exclude it.
                 if bzrlib.BZRDIR == f:
                     continue
 



More information about the Pkg-bazaar-commits mailing list