Hello, I'm using Mercurial repository and I'd like to post a raw diff like this one:
diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ Commits: * First commit +* Second commit +* Third commit You can see that it doesn't have any info about base commit ID. So in order to post it, I have to explicitly tell RB the base commit against which this diff should be applied. As per docs: http://www.reviewboard.org/docs/manual/dev/webapi/2.0/resources/draft-diff/#fields I though I could use base_commit_id field to do that, but that doesn't seem to work, see this bug: https://code.google.com/p/reviewboard/issues/detail?id=3312 Am I doing something wrong here? Is there an easy way to do what I'm trying to do without using RBTools? Thanks, George -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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.
