Update to latest wptrunner.

This commit is contained in:
James Graham 2015-10-05 17:22:42 +01:00
parent bae87d193d
commit da3bc54d05
7 changed files with 66 additions and 8 deletions

View file

@ -274,6 +274,8 @@ class GitTree(object):
:param branch: Branch name to use
:param force: Force-checkout
"""
assert rev is not None
args = []
if branch:
branches = [ref[len("refs/heads/"):] for sha1, ref in self.list_refs()