diff mercurial/context.py @ 5760:0145f9afb0e7

Removed tabs and trailing whitespace in python files
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 29 Dec 2007 19:49:48 +0100
parents 7c1a9a21dcd7
children 124577de40a7
line wrap: on
line diff
--- a/mercurial/context.py	Sat Dec 29 01:14:45 2007 +0100
+++ b/mercurial/context.py	Sat Dec 29 19:49:48 2007 +0100
@@ -483,7 +483,7 @@
                 return self._manifest.flags(path)
             except KeyError:
                 return ''
-        
+
         pnode = self._parents[0].changeset()[0]
         orig = self._repo.dirstate.copies().get(path, path)
         node, flag = self._repo.manifest.find(pnode, orig)