hgext/convert/p4.py
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
Tue, 14 Jul 2015 14:40:56 +0100 Eugene Baranov convert: use 'default' for specifying branch name in branchmap (issue4753)
Tue, 14 Jul 2015 16:23:57 +0100 Eugene Baranov convert: unescape Perforce-escaped special characters in filenames
Mon, 13 Jul 2015 15:05:03 +0100 Eugene Baranov convert: ignore case changes in vieworder for Perforce
Wed, 08 Jul 2015 18:11:40 +0100 Eugene Baranov convert: if getting a file from Perforce fails try to get it one more time
Wed, 08 Jul 2015 16:43:49 -0500 Matt Mackall merge with stable
Wed, 08 Jul 2015 18:05:27 +0100 Eugene Baranov convert: handle copies when converting from Perforce (issue4744)
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Fri, 03 Jul 2015 18:10:58 +0100 Eugene Baranov convert: handle deleted files when converting from Perforce (issue4743) stable
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: introduce --full for converting all files
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Mon, 25 Aug 2014 03:27:51 +0200 Mads Kiilerich convert: p4: ignore purged files with p4d 2012.2 and later
Mon, 16 Jun 2014 12:04:48 -0500 Matt Mackall p4: accept changesets with no description (issue4282) stable
Thu, 26 Apr 2012 02:41:20 +0900 FUJIWARA Katsunori i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) stable
Sat, 30 Oct 2010 02:47:34 -0500 Mike Sperber convert: Work around p4 instability (issue2465) stable
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Tue, 15 Jun 2010 11:05:17 +0200 Martin Geisler p4: fix long line and bad spacing around %
Mon, 14 Jun 2010 16:38:36 +0100 Frank Kingswood Fix shell quoting on p4 conversion
Sun, 09 May 2010 21:52:34 +0200 Patrick Mezard convert: merge sources getmode() into getfile()
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: mark strings for translation stable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: write "repository" instead of "repo" stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 23 Sep 2009 15:54:43 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 23 Sep 2009 15:36:51 +0200 Peter Ingebretson convert: fix marshalling in P4 convert extension to use a binary stream
Sun, 05 Jul 2009 12:50:14 +0200 Martin Geisler p4: simplify sort key
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Thu, 18 Jun 2009 10:39:04 +0100 Frank Kingswood convert: Make P4 conversion cope with keywords, binary files and symbolic links.
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
less more (0) -60 tip