hgext/mq.py
changeset 36281 d822f3fb6be8
parent 36107 bff95b002e33
child 36282 3e1139b7d617
--- a/hgext/mq.py	Sun Feb 18 00:02:33 2018 -0500
+++ b/hgext/mq.py	Sun Feb 18 17:35:13 2018 +0530
@@ -2267,7 +2267,7 @@
     To stop managing a patch and move it into permanent history,
     use the :hg:`qfinish` command."""
     q = repo.mq
-    q.delete(repo, patches, opts)
+    q.delete(repo, patches, pycompat.byteskwargs(opts))
     q.savedirty()
     return 0