Show More
@@ -152,7 +152,7 b' def _computeellipsis(repo, common, heads' | |||||
152 | else: |
|
152 | else: | |
153 | # For a root node, we need to include the node if any |
|
153 | # For a root node, we need to include the node if any | |
154 | # files in the node match the narrowspec. |
|
154 | # files in the node match the narrowspec. | |
155 |
needed = any(match |
|
155 | needed = any(curmf.walk(match)) | |
156 |
|
156 | |||
157 | if needed: |
|
157 | if needed: | |
158 | for head in ellipsisheads[rev]: |
|
158 | for head in ellipsisheads[rev]: |
General Comments 0
You need to be logged in to leave comments.
Login now