At http://bazaar.launchpad.net/~jameinel/bzr/1.17-rework-annotate

------------------------------------------------------------
revno: 4530
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: 1.17-rework-annotate
timestamp: Wed 2009-07-08 10:49:37 -0500
message:
  Always return a value, although Pyrex takes care of that for you if you let 
it.
=== modified file 'bzrlib/_annotator_pyx.pyx'
--- a/bzrlib/_annotator_pyx.pyx 2009-07-08 15:41:18 +0000
+++ b/bzrlib/_annotator_pyx.pyx 2009-07-08 15:49:37 +0000
@@ -231,6 +231,7 @@
                 last_ann = ann
                 last_parent = par_ann
                 last_res = new_ann
+    return 0
 
 
 class Annotator(_annotator_py.Annotator):

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

Reply via email to