My Workflow when rbt patch fail because of file conflicts: Get Review Request by ID -> review_request.get_diffs() and from the return, i get the file id by matching the filename. With the file id, my script will create an issue against this file to indicate there's merge conflicts.
It works for all the modified files. However, I noticed the get_diffs() *doesn't* contain the files that are added or removed from this review request. Is there any other way to get the file id for the added or removed files from the diff? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
