Show More
@@ -166,7 +166,7 b' class PullrequestsController(BaseRepoCon' | |||
|
166 | 166 | if tipbranch: |
|
167 | 167 | selected = 'branch:%s:%s' % (tipbranch, tiprev) |
|
168 | 168 | else: |
|
169 |
selected = 'tag:null: |
|
|
169 | selected = 'tag:null:' + repo.EMPTY_CHANGESET | |
|
170 | 170 | tags.append((selected, 'null')) |
|
171 | 171 | else: |
|
172 | 172 | if 'master' in repo.branches: |
General Comments 0
You need to be logged in to leave comments.
Login now