diff mercurial/context.py @ 3215:53e843840349

Whitespace/Tab cleanup
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 01 Oct 2006 19:26:33 +0200
parents 9e8dd6114a4e
children dedddde58c5b
line wrap: on
line diff
--- a/mercurial/context.py
+++ b/mercurial/context.py
@@ -223,7 +223,7 @@ class filectx(object):
                     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]