Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 2291 by [email protected]: Post-review cannot handle revision range for clearcase on a specific file
http://code.google.com/p/reviewboard/issues/detail?id=2291 * NOTE: Do not post confidential information in this bug report. * * If you need immediate support, please contact * * [email protected] * 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 -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
