log hgext/convert/common.py @ 36729:389b950f5190

age author description
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Thu, 01 Mar 2018 17:47:35 -0500 Augie Fackler convert: add some utility code for working with shlex on Python 3
Tue, 27 Feb 2018 14:42:30 +0530 Pulkit Goyal py3: convert os.devnull to bytes using pycompat.bytestr
Mon, 19 Feb 2018 23:47:15 +0530 Pulkit Goyal convert: don't use bytes as a variable name
Mon, 19 Feb 2018 23:44:41 +0530 Pulkit Goyal py3: use pycompat.byteskwargs in hgext/convert/
Tue, 13 Feb 2018 21:52:51 +0900 Yuya Nishihara convert: fix line ending of mapfile and commit.desc file
Mon, 12 Feb 2018 23:50:58 -0500 Augie Fackler convert: open all files in binary mode
Wed, 22 Nov 2017 20:49:01 -0500 Matt Harbison convert: save an indicator of the repo type for sources and sinks
Sat, 30 Sep 2017 07:42:47 -0400 Augie Fackler convert: remove superfluous pass statements
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Thu, 22 Dec 2016 09:26:47 -0800 Gregory Szorc convert: don't use {} as default argument value
Mon, 14 Nov 2016 23:17:15 +0000 Jun Wu convert: migrate to util.iterfile
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 13 Apr 2016 00:16:21 +0200 Mads Kiilerich convert: keep converted hg parents that are outside convert.hg.revs (BC)