Rev 1843: Add bug # in file:///data/jelmer/bzr-svn/trunk/

Jelmer Vernooij jelmer at samba.org
Sun Sep 7 00:54:22 BST 2008


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

------------------------------------------------------------
revno: 1843
revision-id: jelmer at samba.org-20080906235421-wnlhzzu7mxxae9cc
parent: jelmer at samba.org-20080906234934-5m18ae0s01dsavxz
committer: Jelmer Vernooij <jelmer at samba.org>
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]):




More information about the bazaar-commits mailing list