Mercurial > hg
comparison .hgsigs @ 33101:b257aaa0743a
py3: use r'' to prevent the addition of b'' by transformer
There are cases in opts handling in debugcommands.py where we don't need to
convert opts keys back to bytes as there are some handful cases and no other
function using opts value. Using r'', we prevent the transformer to add
a b'' which will keep the value str.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 27 Jun 2017 00:15:56 +0530 |
parents | 2ab1aea34c42 |
children | c1994c986d77 506d7e48fbe6 |
comparison
equal
deleted
inserted
replaced
33100:05906b8e1d23 | 33101:b257aaa0743a |
---|