• 
      

    post-review: Fix a bug with parsing merge branch names

    Review Request #1360 — Created Jan. 24, 2010 and submitted

    Information

    djs
    RBTools

    Reviewers

    We were using lstrip, which strips character sets, when we really wanted to remove the prefix 'refs/heads/'.
    nosetests
    ..........
    ----------------------------------------------------------------------
    Ran 10 tests in 13.527s
    
    OK
    
    chipx86
    1. Thanks! Committed as rc754c6b.
    2.