Re: Reversed (or previously applied) patch detected! when view diff after git push

2012-02-03 Thread Long VU
Hi, I also got this same problem (reversed patch detected after I push my changes to the central repository, so I can't view the diff anymore). I am using mercurial instead of git, on Review Board 1.6.3. Traceback (most recent call last): File

post-review --guess-summary not working with --revision-range

2011-12-06 Thread Long VU
Hi, When trying to post a review using --revision-range with --guess- summary, I get the following error Error data: {u'fields': {u'summary': [u'Summary cannot contain newlines']} because in my mercurial description field is multi-line. However if I do not use --revision-range, this error

How to systematically track all committed/pushed changeset for review status?

2011-12-05 Thread Long VU
Hi, We use Mercurial as our source control. We have a central repository that everyone pushes to when their feature / bug fix is complete. We want to systematically track if all the pushed changeset has been reviewed on Review Board or not. Wonder if there's a suggested way to achieve that.

Re: Summary and Description lost in discarded reviews (RB 1.5.6)

2011-11-11 Thread Long VU
Board -http://www.reviewboard.org VMware, Inc. -http://www.vmware.com On Thu, Nov 10, 2011 at 7:38 AM, Long VU t.long...@gmail.com wrote: We have Review Board 1.5.6. When a review is discarded, its summary and description fields are deleted. Only the diff is kept. This situation

Re: Review Board, Git and patch-series

2011-11-10 Thread Long VU
+1 vote for patch-series feature. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To unsubscribe from this group, send email to

How to create a review containing multiple diffs (changesets) separately?

2011-11-09 Thread Long VU
We use mercurial. In order to have a meaningful and concise description for each changeset, we usually split a bug fix or a feature implementation in multiple changesets. This workflow helps the reviewer as it is clear what the developer wants to do at each step. Using post-review to create a

Re: Problem with WSGI on fresh install

2011-11-08 Thread Long VU
Christian -- Christian Hammond - chip...@chipx86.com Review Board -http://www.reviewboard.org VMware, Inc. -http://www.vmware.com On Mon, Nov 7, 2011 at 1:59 PM, Long VU t.long...@gmail.com wrote: I also faced this problem and also would like to know if there's any workaround

Re: Unable to start ReviewBoard

2011-11-08 Thread Long VU
/reviewboard.wsgi/reviews (No trailing slashes.) Christian -- Christian Hammond - chip...@chipx86.com Review Board -http://www.reviewboard.org VMware, Inc. -http://www.vmware.com On Mon, Nov 7, 2011 at 2:09 PM, Long VU t.long...@gmail.com wrote: Further searching the archive, I