Rev 1519: Report all inventory contents, should improve the build on Windows. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Sat Aug 2 15:52:54 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1519
revision-id: jelmer at samba.org-20080802145253-yifiv4jwoufx4npx
parent: jelmer at samba.org-20080802144401-r10ipp4clvm1i45l
author: Adrian Wilkins <adrian.wilkins at gmail.com>
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-02 16:52:53 +0200
message:
  Report all inventory contents, should improve the build on Windows.
modified:
  fetch.py                       fetch.py-20060625004942-x2lfaib8ra707a8p-1
=== modified file 'fetch.py'
--- a/fetch.py	2008-07-28 22:56:42 +0000
+++ b/fetch.py	2008-08-02 14:52:53 +0000
@@ -645,6 +645,11 @@
                         try:
                             # Report status of existing paths
                             reporter.set_path("", parent_revnum, start_empty)
+
+                            for entry in parent_inv:
+                                path = parent_inv.id2path(entry)
+                                if len(path) > 1:
+                                    reporter.set_path(path, parent_revnum, start_empty)
                         except:
                             reporter.abort()
                             raise




More information about the bazaar-commits mailing list