Rev 4423: Fix typos. in file:///home/vila/src/bzr/experimental/vila-better-heads/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Jun 18 22:20:56 BST 2009


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

------------------------------------------------------------
revno: 4423
revision-id: v.ladeuil+lp at free.fr-20090618212056-syvh83qj7tpffhgf
parent: v.ladeuil+lp at free.fr-20090618200024-fdrav7hxlz3soot2
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: vila-better-heads
timestamp: Thu 2009-06-18 23:20:56 +0200
message:
  Fix typos.
-------------- next part --------------
=== modified file 'bzrlib/_known_graph_pyx.pyx'
--- a/bzrlib/_known_graph_pyx.pyx	2009-06-18 19:45:24 +0000
+++ b/bzrlib/_known_graph_pyx.pyx	2009-06-18 21:20:56 +0000
@@ -88,7 +88,7 @@
                 child_keys.append(node.key)
         return '%s(%s  gdfo:%s par:%s child:%s)' % (
             self.__class__.__name__, self.key, self.gdfo,
-            parent_keys, child_keysr)
+            parent_keys, child_keys)
 
 
 # TODO: slab allocate all _KnownGraphNode objects.
@@ -144,8 +144,8 @@
         After this has finished:
         - self._nodes will have an entry for every entry in parent_map.
         - ghosts will have a parent_keys = None,
-        - all nodes found will also have .child_keys populated with all known
-          child_keys,
+        - all nodes found will also have child_keys populated with all known
+          child keys,
         - self._tails will list all the nodes without parents.
         """
         cdef PyObject *temp_key, *temp_parent_keys, *temp_node



More information about the bazaar-commits mailing list