| Index: git_footers.py
|
| diff --git a/git_footers.py b/git_footers.py
|
| index e426fe6c358967614a827b890442f99cc6d3d72a..6e8136b35b0f89a2abf9da85b50ed044e5d0664a 100755
|
| --- a/git_footers.py
|
| +++ b/git_footers.py
|
| @@ -81,7 +81,7 @@ def get_position(footers):
|
| assert match, 'Invalid git-svn-id value: %s' % svn_commit
|
| # Assume that any trunk svn revision will match the commit-position
|
| # semantics.
|
| - if re.match('.*/trunk/.*$', match.group(1)):
|
| + if re.match('.*/trunk.*$', match.group(1)):
|
| return ('refs/heads/master', match.group(2))
|
|
|
| # But for now only support faking branch-heads for chrome.
|
|
|