Skip to content
Snippets Groups Projects
Commit 44be33cf7a57 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

py3: don't double-convert "opts" to bytes

The "opts" are already converted to bytes at the beginning of the
function. Doing it twice results in a crash, which makes
test-uncommit.t fail. The extra call was added recently, in
ff1ff2aae132 (uncommit: add support to modify the commit message and
date, 2019-09-07). test-uncommit.t passes again after this patch.

Differential Revision: https://phab.mercurial-scm.org/D6864
parent 04c6de38734d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment