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