• 
      

    Fixed ClearCase tool for working with brtype: specifier.

    Review Request #6058 — Created July 4, 2014 and discarded

    Information

    RBTools
    master
    d91a35e...

    Reviewers

    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.

    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          rbtools/clients/clearcase.py
      
      
      
      Tool: Pyflakes
      Processed Files:
          rbtools/clients/clearcase.py
      
      
    2. 
        
    david
    1. This was already fixed in the release-0.6.x branch, and just wasn't yet merged to master. Fixed now.

    2. 
        
    RA
    Review request changed
    Status:
    Discarded