sapling/hgext/convert
Augie Fackler e2774d9258 python3: wrap all uses of <exception>.strerror with strtolocal
Our string literals are bytes, and we mostly want to %-format a
strerror into a one of those literals, so this fixes a ton of issues.
2017-08-22 20:03:07 -04:00
..
__init__.py convert: transcode CVS log messages by specified encoding (issue5597) 2017-07-11 02:10:04 +09:00
bzr.py convert: update use of deprecated bzrlib property 2016-07-19 11:00:32 -05:00
common.py python3: wrap all uses of <exception>.strerror with strtolocal 2017-08-22 20:03:07 -04:00
convcmd.py convert: migrate to util.iterfile 2016-11-14 23:17:15 +00:00
cvs.py py3: replace os.environ with encoding.environ (part 5 of 5) 2016-12-18 02:08:59 +05:30
cvsps.py convert: transcode CVS log messages by specified encoding (issue5597) 2017-07-11 02:10:04 +09:00
darcs.py convert: darcs use absolute_import 2016-03-02 14:23:23 +00:00
filemap.py cleanup: use set literals 2017-02-10 16:56:29 -08:00
git.py cleanup: use set literals 2017-02-10 16:56:29 -08:00
gnuarch.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
hg.py bookmark: use 'applychanges' in the convert extension 2017-07-10 17:30:20 +02:00
monotone.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
p4.py convert: fix the handling of empty changlist descriptions in P4 2017-03-22 14:12:58 -05:00
subversion.py encoding: factor out unicode variants of from/tolocal() 2017-03-13 09:11:08 -07:00
transport.py convert: remove if False block 2017-07-07 15:08:23 -04:00