mercurial/context.py
changeset 3223 53e843840349
parent 3209 9e8dd6114a4e
child 3225 dedddde58c5b
--- a/mercurial/context.py	Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/context.py	Sun Oct 01 19:26:33 2006 +0200
@@ -223,7 +223,7 @@
                     pl[0] = (r[0], getlog(r[0]).rev(r[1]))
 
             return [ getctx(p, n) for p, n in pl if n != -1 ]
-                
+
         # find all ancestors
         needed = {self: 1}
         visit = [self]