Rev 1341: Use potentially cached revprop list. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Tue Jun 24 11:00:54 BST 2008


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

------------------------------------------------------------
revno: 1341
revision-id: jelmer at samba.org-20080624100053-koh2cqh4ve2mmot4
parent: jelmer at samba.org-20080624100017-idv4mum87h2g0g6e
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-06-24 12:00:53 +0200
message:
  Use potentially cached revprop list.
modified:
  repository.py                  repository.py-20060306123302-1f8c5069b3fe0265
=== modified file 'repository.py'
--- a/repository.py	2008-06-24 01:10:46 +0000
+++ b/repository.py	2008-06-24 10:00:53 +0000
@@ -471,7 +471,7 @@
 
         (path, revnum, mapping) = self.lookup_revision_id(revision_id)
         
-        svn_revprops = self.transport.revprop_list(revnum)
+        svn_revprops = self._log.revprop_list(revnum)
         svn_fileprops = logwalker.lazy_dict({}, self.branchprop_list.get_changed_properties, path, revnum)
 
         revmeta = RevisionMetadata(self, path, None, revnum, svn_revprops, svn_fileprops)




More information about the bazaar-commits mailing list