2291: Post-review cannot handle revision range for clearcase on a specific file

tjay*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Dec. 23, 2013
3173
2338
What version are you running?

RB tool 0.3.3

we fixed the issue by changing  the code .


revision_range = revision_range.split(';')
fileset = revision_range[0].split(':')
changeset = [(fileset[0],fileset[1])]
return (self.do_diff(changeset)[0], Non
david
#1 david
  • +Component-RBTools
david
#3 david
I'm going to merge this with a newer bug, since someone has submitted a patch.
#4 Jan.Ko*******@gmai***** (Google Code) (Is this you? Claim this profile.)
This solution breaks forward compatibility. There is a bug in documentation not in code. There should be semicolon right there to split both: files and revisions. It is already proposed in review https://reviews.reviewboard.org/r/5158/.