Re: Web API: uploading raw diffs

2014-06-11 Thread George Miroshnykov
Hi Christian, Thanks for your help! I'm trying to generate a squashed diff of multiple commits by specifying first and last commits like this: hg diff --rev 'f0c92cb17217::5db37ca696a4' Adding the --git flag doesn't change the output. Is there a way to create review requests based on such

Re: Web API: uploading raw diffs

2014-06-10 Thread Christian Hammond
Hi George, The base_commit_id is just one piece of what we use to fetch file contents, and it’s really only used for certain repo hosting services we support (like Bitbucket) due to their API requirements. It does not work with plain Mercurial repositories. The diffs really need to contain