diff mercurial/context.py @ 6210:942287cb1f57

Removed trailing spaces from everything except test output
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 07 Mar 2008 00:24:36 +0100
parents 3ef279074c77
children f89fd07fc51d
line wrap: on
line diff
--- a/mercurial/context.py	Fri Mar 07 00:01:13 2008 +0100
+++ b/mercurial/context.py	Fri Mar 07 00:24:36 2008 +0100
@@ -232,7 +232,7 @@
         if '_changectx' in self.__dict__:
             return self._changectx.rev()
         if '_changeid' in self.__dict__:
-            return self._changectx.rev() 
+            return self._changectx.rev()
         return self._filelog.linkrev(self._filenode)
 
     def linkrev(self): return self._filelog.linkrev(self._filenode)