mercurial/hgweb/webcommands.py
changeset 25135 3b689001e7c6
parent 25134 339e3cc073ac
child 25136 99d01d288c37
equal deleted inserted replaced
25134:339e3cc073ac 25135:3b689001e7c6
   883                 author=ctx.user(),
   883                 author=ctx.user(),
   884                 rename=rename,
   884                 rename=rename,
   885                 branch=webutil.nodebranchnodefault(ctx),
   885                 branch=webutil.nodebranchnodefault(ctx),
   886                 parent=webutil.parents(fctx),
   886                 parent=webutil.parents(fctx),
   887                 child=webutil.children(fctx),
   887                 child=webutil.children(fctx),
       
   888                 tags=webutil.nodetagsdict(web.repo, ctx.node()),
       
   889                 bookmarks=webutil.nodebookmarksdict(web.repo, ctx.node()),
   888                 leftrev=leftrev,
   890                 leftrev=leftrev,
   889                 leftnode=hex(leftnode),
   891                 leftnode=hex(leftnode),
   890                 rightrev=rightrev,
   892                 rightrev=rightrev,
   891                 rightnode=hex(rightnode),
   893                 rightnode=hex(rightnode),
   892                 comparison=comparison)
   894                 comparison=comparison)