diff hgext/convert/hg.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 0162c6cc045e
children f89fd07fc51d
line wrap: on
line diff
--- a/hgext/convert/hg.py	Fri Mar 07 00:01:13 2008 +0100
+++ b/hgext/convert/hg.py	Fri Mar 07 00:24:36 2008 +0100
@@ -114,7 +114,7 @@
                 self.repo.lookup(b[0])
             except:
                 missings.setdefault(b[1], []).append(b[0])
-        
+
         if missings:
             self.after()
             for pbranch, heads in missings.iteritems():