At file:///data/jelmer/bzr-svn/trunk/

------------------------------------------------------------
revno: 1843
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: trunk
timestamp: Sun 2008-09-07 01:54:21 +0200
message:
  Add bug #
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  repository.py                  repository.py-20060306123302-1f8c5069b3fe0265
=== modified file 'NEWS'
--- a/NEWS      2008-09-06 23:49:34 +0000
+++ b/NEWS      2008-09-06 23:54:21 +0000
@@ -14,7 +14,7 @@
           much more flexible. (#130372)
 
    * Will avoid browsing the full repository for bzr-revisions, 
-     only closely related paths.
+     only closely related paths. (#158657)
 
   FEATURES
 

=== modified file 'repository.py'
--- a/repository.py     2008-09-06 23:49:34 +0000
+++ b/repository.py     2008-09-06 23:54:21 +0000
@@ -613,6 +613,8 @@
         pb = ui.ui_factory.nested_progress_bar()
         try:
             for (paths, revnum, revprops) in self._log.iter_changes(None, 
from_revnum, to_revnum, pb=pb):
+                if revprops is None:
+                    continue
                 if (self.transport.has_capability("log-revprops") and 
                     SVN_REVPROP_BZR_TAGS in revprops):
                     for name, revid in 
parse_tags_property(revprops[SVN_REVPROP_BZR_TAGS]):


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to