Show More
@@ -403,8 +403,11 b' def getoldnodedrevmap(repo, nodelist):' | |||||
403 | m = _differentialrevisiontagre.match(tag) |
|
403 | m = _differentialrevisiontagre.match(tag) | |
404 | if m: |
|
404 | if m: | |
405 | toconfirm[node] = (0, set(precnodes), int(m.group(1))) |
|
405 | toconfirm[node] = (0, set(precnodes), int(m.group(1))) | |
406 |
|
|
406 | break | |
407 |
|
407 | else: | ||
|
408 | continue # move to next predecessor | |||
|
409 | break # found a tag, stop | |||
|
410 | else: | |||
408 | # Check commit message |
|
411 | # Check commit message | |
409 | m = _differentialrevisiondescre.search(ctx.description()) |
|
412 | m = _differentialrevisiondescre.search(ctx.description()) | |
410 | if m: |
|
413 | if m: |
General Comments 0
You need to be logged in to leave comments.
Login now