mercurial/ancestor.py
changeset 3673 eb0b4a2d70a9
parent 3135 b1db258e875c
child 6273 20aa460a52b6
--- a/mercurial/ancestor.py	Thu Nov 16 08:52:55 2006 +0100
+++ b/mercurial/ancestor.py	Fri Nov 17 08:06:54 2006 +0100
@@ -51,7 +51,7 @@
 
     def generations(vertex):
         sg, s = None, {}
-        for g,v in ancestors(vertex):
+        for g, v in ancestors(vertex):
             if g != sg:
                 if sg:
                     yield sg, s