Show More
@@ -195,6 +195,9 b' def getbundlechangegrouppart_narrow(bund' | |||
|
195 | 195 | def _handlechangespec_2(op, inpart): |
|
196 | 196 | includepats = set(inpart.params.get(_SPECPART_INCLUDE, '').splitlines()) |
|
197 | 197 | excludepats = set(inpart.params.get(_SPECPART_EXCLUDE, '').splitlines()) |
|
198 | narrowspec.validatepatterns(includepats) | |
|
199 | narrowspec.validatepatterns(excludepats) | |
|
200 | ||
|
198 | 201 | if not repository.NARROW_REQUIREMENT in op.repo.requirements: |
|
199 | 202 | op.repo.requirements.add(repository.NARROW_REQUIREMENT) |
|
200 | 203 | op.repo._writerequirements() |
General Comments 0
You need to be logged in to leave comments.
Login now