diff hgext/imerge.py @ 5117:d4fa6bafc43a

Remove trailing spaces, fix indentation
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:28:43 +0200
parents 12930b97a729
children 1d5ebb0d366f
line wrap: on
line diff
--- a/hgext/imerge.py
+++ b/hgext/imerge.py
@@ -340,7 +340,7 @@ def imerge(ui, repo, *args, **opts):
         rev = opts.get('rev')
         if rev and args:
             raise util.Abort('please specify just one revision')
-        
+
         if len(args) == 2 and args[0] == 'load':
             pass
         else: