D6294: commands: use byteskwargs() in verify()

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Mon Apr 22 09:03:50 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG90d48c1c6224: commands: use byteskwargs() in verify() (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6294?vs=14878&id=14880

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

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -6167,6 +6167,8 @@
 
     Returns 0 on success, 1 if errors are encountered.
     """
+    opts = pycompat.byteskwargs(opts)
+
     level = None
     if opts['full']:
         level = verifymod.VERIFY_FULL



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


More information about the Mercurial-devel mailing list