Rev 4424: Fixed as per John's review. in file:///home/vila/src/bzr/experimental/gdfo-heads/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Jun 19 13:41:27 BST 2009


At file:///home/vila/src/bzr/experimental/gdfo-heads/

------------------------------------------------------------
revno: 4424
revision-id: v.ladeuil+lp at free.fr-20090619124127-3boejbn0h5nb499h
parent: v.ladeuil+lp at free.fr-20090618212056-syvh83qj7tpffhgf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: gdfo-heads
timestamp: Fri 2009-06-19 14:41:27 +0200
message:
  Fixed as per John's review.
  
  * bzrlib/_known_graph_pyx.pyx: 
  (_KnownGraphNode.gdfo): Is now a true C long.
-------------- next part --------------
=== modified file 'bzrlib/_known_graph_pyx.pyx'
--- a/bzrlib/_known_graph_pyx.pyx	2009-06-18 21:20:56 +0000
+++ b/bzrlib/_known_graph_pyx.pyx	2009-06-19 12:41:27 +0000
@@ -50,7 +50,7 @@
     cdef object key
     cdef object parents
     cdef object children
-    cdef public object gdfo # Int
+    cdef public long gdfo
 
     def __init__(self, key):
         cdef int i



More information about the bazaar-commits mailing list