mercurial/commands.py
changeset 7236 db6fbb785800
parent 7230 261a9f47b44b
child 7270 2db33c1a5654
--- 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]: