3855: rbt post -r ID changenum does not update the change list number in the review request

seide******@gmai***** (Google Code) (Is this you? Claim this profile.)
What version are you running?
ReviewBoard 2.0.15
RBTools 0.7.2
Perforce 2014.2

What's the URL of the page containing the problem?

Not sure how to answer this, it's the main page for any review

http://rb/r/rid


What steps will reproduce the problem?
1. Create a p4 change list, cl 833 in this example,  and a new review

rbt post --target-people sallan --publish  833

2. Submit the cl and close the review. 

p4 submit -c 833
rbt close 15

Note the review displays 'Change: 833'

3. Reopen the review, create a new CL and post using rid

rbt post -r 15 834

The diff gets correctly uploaded, but the change list number is not updated.

What is the expected output? What do you see instead?

I would like to see the RB page display the new change list number

Change: 834

instead of the old, already submitted change list number.

What operating system are you using? What browser?

I see this on Mac, Ubuntu, Fedora, CentOS6 using Chrome, FF and Safari.

Please provide any additional information below.
#1 seide******@gmai***** (Google Code) (Is this you? Claim this profile.)
It looks like the code that should be updating the commit_id is on line 512 of post.py, but that code is not having any affect as far as I can tell.
david
#2 david
  • -reviewboard
    +rbtools