Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Mon, 04 Feb 2019 09:03:10 -0800 |
Gregory Szorc |
convert: use raw string for regular expressions
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
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
|
Wed, 14 Dec 2016 01:45:57 -0800 |
David Soria Parra |
convert: allow passing in a revmap
|
Tue, 13 Dec 2016 21:49:58 -0800 |
David Soria Parra |
convert: use convert_revision for P4 imports
|
Wed, 14 Dec 2016 01:45:17 -0800 |
David Soria Parra |
convert: remove unused dictionaries
|
Wed, 14 Dec 2016 01:43:47 -0800 |
David Soria Parra |
convert: self.heads is a list
|
Tue, 13 Dec 2016 21:49:58 -0800 |
David Soria Parra |
convert: don't use long list comprehensions
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Wed, 02 Mar 2016 15:31:15 +0000 |
timeless |
convert: p4 use absolute_import
|
Wed, 14 Oct 2015 02:06:54 -0400 |
timeless |
grammar: use does instead of do where appropriate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Wed, 22 Jul 2015 16:57:11 +0100 |
Eugene Baranov |
convert: when converting from Perforce use original local encoding by default
stable
|
Thu, 30 Jul 2015 00:58:05 +0100 |
Eugene Baranov |
convert: when getting file from Perforce concatenate data at the end
stable
|