Show More
@@ -588,9 +588,6 b' def _fullcopytracing(repo, c1, c2, base)' | |||
|
588 | 588 | |
|
589 | 589 | # generate a directory move map |
|
590 | 590 | d1, d2 = c1.dirs(), c2.dirs() |
|
591 | # Hack for adding '', which is not otherwise added, to d1 and d2 | |
|
592 | d1.addpath('/') | |
|
593 | d2.addpath('/') | |
|
594 | 591 | invalid = set() |
|
595 | 592 | dirmove = {} |
|
596 | 593 |
General Comments 0
You need to be logged in to leave comments.
Login now