Hi Michael,
Thanks for throwing this together so quickly :)
The only comment I have, is that I think that this:
> + if '.' in change.revid:
should read:
> + if '.' in change.revno:
no?
« Back to merge proposal
Hi Michael,
Thanks for throwing this together so quickly :)
The only comment I have, is that I think that this:
> + if '.' in change.revid:
should read:
> + if '.' in change.revno:
no?