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