log hgext/convert/p4.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
Wed, 22 Nov 2017 20:49:01 -0500 Matt Harbison convert: save an indicator of the repo type for sources and sinks
Tue, 28 Nov 2017 23:20:08 -0500 Matt Harbison convert: avoid wrong lfconvert defaults by moving configitems to core stable
Fri, 30 Jun 2017 03:36:10 +0200 Boris Feld configitems: register the 'convert.p4.encoding' config
Fri, 30 Jun 2017 03:36:20 +0200 Boris Feld configitems: register the 'convert.p4.startrev' config
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Wed, 22 Mar 2017 14:12:58 -0500 David Soria Parra convert: fix the handling of empty changlist descriptions in P4
Tue, 20 Dec 2016 09:23:50 -0800 David Soria Parra convert: parse perforce data on-demand
Tue, 20 Dec 2016 09:23:50 -0800 David Soria Parra convert: return calculated values from parse() instead of manpulating state
Tue, 20 Dec 2016 09:23:50 -0800 David Soria Parra convert: move localname state to function scope
Tue, 20 Dec 2016 09:23:50 -0800 David Soria Parra convert: use return value in parse_view() instead of manipulating state
Sun, 18 Dec 2016 16:20:04 +0900 Yuya Nishihara convert: remove unused-but-set variable introduced in db9e883566e8
Wed, 14 Dec 2016 12:07:23 -0800 David Soria Parra convert: return commit objects for revisions in the revmap
Tue, 13 Dec 2016 21:49:58 -0800 David Soria Parra convert: encapsulate commit data fetching and commit object creation
Tue, 13 Dec 2016 21:49:58 -0800 David Soria Parra convert: do not provide head revisions if we have no changests to import