changeset 4430:3dda68220092

pull requests: tip is a moving target so refer to the tip branch as '$branchname (current tip)'
author Mads Kiilerich <madski@unity3d.com>
date Tue, 12 Aug 2014 13:08:23 +0200
parents b141bae7e44a
children 44ae84b422ad
files kallithea/controllers/pullrequests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/controllers/pullrequests.py	Tue Aug 12 13:08:23 2014 +0200
+++ b/kallithea/controllers/pullrequests.py	Tue Aug 12 13:08:23 2014 +0200
@@ -114,7 +114,7 @@
             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