Show More
@@ -1385,9 +1385,8 b' def verifyactions(actions, state, ctxs):' | |||
|
1385 | 1385 | raise error.ParseError(_('unknown constraint "%s"') % |
|
1386 | 1386 | constraint) |
|
1387 | 1387 | |
|
1388 |
|
|
|
1389 | if nodetoverify is not None: | |
|
1390 | ha = node.hex(nodetoverify) | |
|
1388 | if action.node is not None: | |
|
1389 | ha = node.hex(action.node) | |
|
1391 | 1390 | if _constraints.noother in constraints and ha not in expected: |
|
1392 | 1391 | raise error.ParseError( |
|
1393 | 1392 | _('%s "%s" changeset was not a candidate') |
General Comments 0
You need to be logged in to leave comments.
Login now