Show More
@@ -2326,7 +2326,7 b' def diffhunks(repo, node1=None, node2=No' | |||
|
2326 | 2326 | relfiltered = True |
|
2327 | 2327 | |
|
2328 | 2328 | if not changes: |
|
2329 |
changes = |
|
|
2329 | changes = ctx1.status(ctx2, match=match) | |
|
2330 | 2330 | modified, added, removed = changes[:3] |
|
2331 | 2331 | |
|
2332 | 2332 | if not modified and not added and not removed: |
General Comments 0
You need to be logged in to leave comments.
Login now