hgext/convert/cvsps.py
changeset 36362 93943eef696f
parent 36170 42a393ea56d2
child 36485 9e3cb58c7ab3
--- 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"]: