Fixed ClearCase tool for working with brtype: specifier.
Review Request #6058 — Created July 4, 2014 and discarded — Latest diff uploaded
ClearCaseClient used to make use of a variable REVISION_BRANCH_BASE
which was not defined. Therefore, when 'rbt post' was provided with
brtype:<branch_type> selector, an exception was generated.Updated the code by defining variable similarly to other bases.
Verified that running 'rbt post brtype:some_branch' does correctly generate diff without throwing exceptions.