##// END OF EJS Templates
diff: pass the diff matcher to the copy logic...
Durham Goode -
r24783:a7f8e358 default
parent child Browse files
Show More
@@ -2127,7 +2127,7 b' def diff(repo, node1=None, node2=None, m'
2127
2127
2128 copy = {}
2128 copy = {}
2129 if opts.git or opts.upgrade:
2129 if opts.git or opts.upgrade:
2130 copy = copies.pathcopies(ctx1, ctx2)
2130 copy = copies.pathcopies(ctx1, ctx2, match=match)
2131
2131
2132 if relroot is not None:
2132 if relroot is not None:
2133 if not relfiltered:
2133 if not relfiltered:
General Comments 0
You need to be logged in to leave comments. Login now