mercurial/context.py
changeset 6210 942287cb1f57
parent 5813 3ef279074c77
child 6211 f89fd07fc51d
--- 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)