D2305: webcommands: use pycompat.strkwargs as needed

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Sun Feb 18 07:46:58 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0cacd4df6eb0: webcommands: use pycompat.strkwargs as needed (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2305?vs=5823&id=5842

REVISION DETAIL
  https://phab.mercurial-scm.org/D2305

AFFECTED FILES
  mercurial/hgweb/webcommands.py

CHANGE DETAILS

diff --git a/mercurial/hgweb/webcommands.py b/mercurial/hgweb/webcommands.py
--- a/mercurial/hgweb/webcommands.py
+++ b/mercurial/hgweb/webcommands.py
@@ -561,7 +561,7 @@
                 fentries=filelist,
                 dentries=dirlist,
                 archives=web.archivelist(hex(node)),
-                **webutil.commonentry(web.repo, ctx))
+                **pycompat.strkwargs(webutil.commonentry(web.repo, ctx)))
 
 @webcommand('tags')
 def tags(web, req, tmpl):



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list