diff mercurial/commands.py @ 7236:db6fbb785800

Remove trailing spaces.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 24 Oct 2008 15:00:40 +0200
parents 261a9f47b44b
children 2db33c1a5654
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Oct 24 14:58:24 2008 +0200
+++ b/mercurial/commands.py	Fri Oct 24 15:00:40 2008 +0200
@@ -1894,7 +1894,7 @@
                         break
                 if miss:
                     continue
-                
+
             copies = []
             if opts.get('copies') and rev:
                 for fn in get(rev)[3]: