Hi Satish, Is there a reason you’re moving to 0.5.7 and not 0.6? We changed how all this works and have significantly improved revision selection and the extraction of summaries and descriptions. I think you’ll have much more luck with 0.6.
There won’t be any further 0.5.x releases from here on out. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 5, 2014 at 12:33:28 AM, satish singh ([email protected]) wrote: Hi Team, We are migrating to RBtools0.5.7 from RBTools.0.4.3, We got a issue where description of Review request is not getting updated with -g option in some cases: 1) One difference I see now is earlier we used to refer to most recent commit with HEAD~1 and now it's represented by HEAD. It works fine but when we go to pick the description it fails, logs below: bash-4.2$ git log --pretty=format:%s%n%n%b HEAD.. ---Present way of picking the description fails it return None bash-4.2$ git log --pretty=format:%s%n%n%b HEAD~1.. ---Earlier way of picking the description is working this is testing --- output 2) It also fails in case of revision range passed: git log --pretty=format:%s%n%n%b 2c99acc..5d4a157 ---No output Thanks, Satish -- 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. -- 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.
