post-review: Fix a bug with parsing merge branch names
Review Request #1360 — Created Jan. 24, 2010 and submitted — Latest diff uploaded
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