diff hgext/convert/cvsps.py @ 36362:93943eef696f

py3: use pycompat.byteskwargs in hgext/convert/ Differential Revision: https://phab.mercurial-scm.org/D2355
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 19 Feb 2018 23:44:41 +0530
parents 42a393ea56d2
children 9e3cb58c7ab3
line wrap: on
line diff
--- a/hgext/convert/cvsps.py	Mon Feb 19 21:45:49 2018 +0530
+++ b/hgext/convert/cvsps.py	Mon Feb 19 23:44:41 2018 +0530
@@ -855,6 +855,7 @@
     repository, and convert the log to changesets based on matching
     commit log entries and dates.
     '''
+    opts = pycompat.byteskwargs(opts)
     if opts["new_cache"]:
         cache = "write"
     elif opts["update_cache"]: