mercurial/copies.py
changeset 42344 c361db7a5f14
parent 42318 313812cbf4ca
child 42373 f3d06d37e194
--- a/mercurial/copies.py	Tue May 16 11:00:38 2017 -0700
+++ b/mercurial/copies.py	Wed Apr 17 21:39:18 2019 -0700
@@ -588,9 +588,6 @@
 
     # generate a directory move map
     d1, d2 = c1.dirs(), c2.dirs()
-    # Hack for adding '', which is not otherwise added, to d1 and d2
-    d1.addpath('/')
-    d2.addpath('/')
     invalid = set()
     dirmove = {}