diff --git a/kallithea/controllers/pullrequests.py b/kallithea/controllers/pullrequests.py --- a/kallithea/controllers/pullrequests.py +++ b/kallithea/controllers/pullrequests.py @@ -114,7 +114,7 @@ class PullrequestsController(BaseRepoCon desc = abranch if branchrev == tiprev: tipbranch = abranch - desc = '%s (tip)' % desc + desc = '%s (current tip)' % desc branches.append((n, desc)) if rev == branchrev: selected = n