Rev 1168: Fix assertion. in file:///data/jelmer/bzr-svn/0.4/

Jelmer Vernooij jelmer at samba.org
Thu May 15 03:26:16 BST 2008


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

------------------------------------------------------------
revno: 1168
revision-id: jelmer at samba.org-20080515022613-iya73fmxk9m0y0vs
parent: jelmer at samba.org-20080515012334-zu30n7oblltur8ke
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-05-15 04:26:13 +0200
message:
  Fix assertion.
modified:
  logwalker.py                   logwalker.py-20060621215743-c13fhfnyzh1xzwh2-1
=== modified file 'logwalker.py'
--- a/logwalker.py	2008-05-11 21:54:28 +0000
+++ b/logwalker.py	2008-05-15 02:26:13 +0000
@@ -355,7 +355,7 @@
                 if revnum == 0 and changed_paths is None:
                     revpaths = {"": ('A', None, -1)}
                 else:
-                    assert isinstance(changed_paths, dict), "invalid paths in %r:%r" % (revnum, path)
+                    assert isinstance(changed_paths, dict), "invalid paths in %r" % revnum
                     revpaths = struct_revpaths_to_tuples(changed_paths)
                 revprops = lazy_dict(known_revprops, self._transport.revprop_list, revnum)
                 yield (revpaths, revnum, revprops)




More information about the bazaar-commits mailing list