mercurial/localrepo.py
changeset 6210 942287cb1f57
parent 6201 305d4450036a
child 6211 f89fd07fc51d
--- 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