Rev 4530: Always return a value, although Pyrex takes care of that for you if you let it. in http://bazaar.launchpad.net/~jameinel/bzr/1.17-rework-annotate

John Arbash Meinel john at arbash-meinel.com
Wed Jul 8 16:49:42 BST 2009


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

------------------------------------------------------------
revno: 4530
revision-id: john at arbash-meinel.com-20090708154937-b0la0m1hqz39tveh
parent: john at arbash-meinel.com-20090708154118-q0k3jyyhhnmoezr7
committer: John Arbash Meinel <john at arbash-meinel.com>
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.
-------------- next part --------------
=== 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):



More information about the bazaar-commits mailing list