# HG changeset patch # User Mads Kiilerich # Date 2014-08-12 13:08:23 # Node ID 3dda6822009267235e41c83066b4d4ceba6eba00 # Parent b141bae7e44a61dbdc3577a1d1413b404cc43bb5 pull requests: tip is a moving target so refer to the tip branch as '$branchname (current tip)' 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