I think the problem you are experiencing happens when reviewboard is unable to figure out the version of the repo on which to apply your patch.

Initially I also used to use the web interface posting reviews. But now I use the reviewboard extension of mercurial. I find it less error prone. For a new review request, I use: hg postreview -o tip. For updating a request, I use: hg postreview -p -e <review id> -u.

--
Nilay

On Thu, 4 Dec 2014, Cagdas Dirik \(cdirik\) via gem5-dev wrote:

I am having a problem uploading my diff files for a review request. I generated diff file using hg export but when I upload them to review board I keep getting hunk failed error messages, but no reason why. Diff file looks normal. Any ideas on what may be wrong? Or am I using wrong process to update a review request?

Case in question is r/2545: http://reviews.gem5.org/r/2545/

Thanks in advance.

Cagdas
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to