diff mercurial/localrepo.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 305d4450036a
children f89fd07fc51d
line wrap: on
line diff
--- a/mercurial/localrepo.py	Fri Mar 07 00:01:13 2008 +0100
+++ b/mercurial/localrepo.py	Fri Mar 07 00:24:36 2008 +0100
@@ -517,7 +517,7 @@
                 fn = None
                 params = cmd
                 for name, filterfn in self._datafilters.iteritems():
-                    if cmd.startswith(name): 
+                    if cmd.startswith(name):
                         fn = filterfn
                         params = cmd[len(name):].lstrip()
                         break
@@ -1585,7 +1585,7 @@
 
         Another wrinkle is doing the reverse, figuring out which changeset in
         the changegroup a particular filenode or manifestnode belongs to.
-        
+
         The caller can specify some nodes that must be included in the
         changegroup using the extranodes argument.  It should be a dict
         where the keys are the filenames (or 1 for the manifest), and the