sapling/hgext/p4fastimport
Alexandre Marin cdd06e9ef2 importer - correctly deal with p4 changelist description encoding
Summary:
This fix uses mercurial's encoding.tolocal on the Perforce changelist description
instead of trying to decode it as ascii and ignoring/throwing away non-ascii
characters.

Reviewed By: singhsrb

Differential Revision: D9777614

fbshipit-source-id: 713bd63831c965687b7328de06016b4f351b0469
2018-09-12 14:21:48 -07:00
..
__init__.py Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
importer.py Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
lfs.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
p4.py importer - correctly deal with p4 changelist description encoding 2018-09-12 14:21:48 -07:00
seqimporter.py importer - correctly deal with p4 changelist description encoding 2018-09-12 14:21:48 -07:00
syncimporter.py p4syncimport - make it case insensitive to resist perforce casing 2018-07-10 11:35:47 -07:00
util.py Cleanup p4fastimport 2018-06-26 13:35:45 -07:00