2291: Post-review cannot handle revision range for clearcase on a specific file
- Duplicate
- Review Board
| tjay*****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
| Dec. 23, 2013 | |
| 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
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/.