Mercurial > hg
diff README @ 32144:93155367a2a6
py3: convert opts to bytes in cmdutil.dorecord()
commands.commit() calls cmdutil.dorecord() where opts are passed as unicodes
being keyword arguments. This patch converts them back to bytes as they are
required.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 21 Apr 2017 02:20:46 +0530 |
parents | 4b0fc75f9403 |
children | 76b171209151 |