3503: Formattings errors in description field

pschiffer
david
david
Aug. 13, 2014
What version are you running?
2.0.5

What's the URL of the page containing the problem?
https://reviews.sprylab.com/r/<ID>/

What steps will reproduce the problem?
1. create a commit
2. create a review with rbt post and the following command:
rbt post -d --guess-summary --description=\"$(git log origin/develop...HEAD)\" --branch=$(git name-rev --name-only HEAD) --tracking-branch=origin/develop --target-groups=$(git config reviewboard.group) --repository-url=$(git config reviewboard.repository) --server=$(git config reviewboard.url) --open

What is the expected output? What do you see instead?
There are erros in the formatting of the description field. 
This is described in https://groups.google.com/forum/#!topic/reviewboard/K0VTVC0mglQ

What operating system are you using? What browser?
Chrome stable / Windows 7, RbTool 0.6.2

Please provide any additional information below.
See thread https://groups.google.com/forum/#!topic/reviewboard/K0VTVC0mglQ
david
#1 david
  • +PendingReview
  • +david
david
#2 david
Fixed in release-2.0.x (f43b839). This will ship in 2.0.6. Thanks!
  • -PendingReview
    +Fixed
#3 pschiffer
Can confirm, just installed 2.0.6 and it now works  correctly.