Show More
@@ -333,9 +333,9 b' def showlatesttagdistance(repo, ctx, tem' | |||
|
333 | 333 | |
|
334 | 334 | def showmanifest(**args): |
|
335 | 335 | repo, ctx, templ = args['repo'], args['ctx'], args['templ'] |
|
336 | mnode = ctx.manifestnode() | |
|
336 | 337 | args = args.copy() |
|
337 |
args.update({'rev': repo.manifest.rev( |
|
|
338 | 'node': hex(ctx.changeset()[0])}) | |
|
338 | args.update({'rev': repo.manifest.rev(mnode), 'node': hex(mnode)}) | |
|
339 | 339 | return templ('manifest', **args) |
|
340 | 340 | |
|
341 | 341 | def shownode(repo, ctx, templ, **args): |
General Comments 0
You need to be logged in to leave comments.
Login now