mercurial/commands.py
changeset 43635 95d0532ad171
parent 43559 8e175a3d64bd
child 43690 1e1bad31b427
--- a/mercurial/commands.py	Sat Oct 19 00:15:41 2019 -0700
+++ b/mercurial/commands.py	Fri Oct 18 23:18:47 2019 -0700
@@ -6817,7 +6817,6 @@
         end = b'\0'
     else:
         end = b'\n'
-    copy = {}
     states = b'modified added removed deleted unknown ignored clean'.split()
     show = [k for k in states if opts.get(k)]
     if opts.get(b'all'):
@@ -6856,6 +6855,7 @@
 
     changestates = zip(states, pycompat.iterbytestr(b'MAR!?IC'), stat)
 
+    copy = {}
     if (
         opts.get(b'all')
         or opts.get(b'copies')