hgext/uncommit.py
changeset 42952 44be33cf7a57
parent 42936 2da754532dd3
child 42974 576fd1c8b20b
--- a/hgext/uncommit.py	Tue Sep 17 21:06:07 2019 +0100
+++ b/hgext/uncommit.py	Tue Sep 17 15:35:16 2019 -0700
@@ -177,7 +177,7 @@
         with repo.transaction('uncommit'):
             if not (opts[b'message'] or opts[b'logfile']):
                 opts[b'message'] = old.description()
-            message = cmdutil.logmessage(ui, pycompat.byteskwargs(opts))
+            message = cmdutil.logmessage(ui, opts)
 
             keepcommit = pats
             if not keepcommit: