Show More
@@ -253,8 +253,8 b' def nodebranchdict(repo, ctx):' | |||||
253 | except error.RepoLookupError: |
|
253 | except error.RepoLookupError: | |
254 | branchnode = None |
|
254 | branchnode = None | |
255 | if branchnode == ctx.node(): |
|
255 | if branchnode == ctx.node(): | |
256 |
branches.append( |
|
256 | branches.append(branch) | |
257 | return branches |
|
257 | return templateutil.hybridlist(branches, name='name') | |
258 |
|
258 | |||
259 | def nodeinbranch(repo, ctx): |
|
259 | def nodeinbranch(repo, ctx): | |
260 | branches = [] |
|
260 | branches = [] |
General Comments 0
You need to be logged in to leave comments.
Login now