##// END OF EJS Templates
hgweb: wrap {branches} by hybridlist()...
Yuya Nishihara -
r37924:f5155bca default
parent child Browse files
Show More
@@ -253,8 +253,8 b' def nodebranchdict(repo, ctx):'
253 253 except error.RepoLookupError:
254 254 branchnode = None
255 255 if branchnode == ctx.node():
256 branches.append({"name": branch})
257 return branches
256 branches.append(branch)
257 return templateutil.hybridlist(branches, name='name')
258 258
259 259 def nodeinbranch(repo, ctx):
260 260 branches = []
General Comments 0
You need to be logged in to leave comments. Login now