log hgext/convert/cvs.py @ 51834:454feddab720 default tip

age author description
Thu, 11 Jul 2024 21:54:02 -0400 Matt Harbison convert: fix various leaked file descriptors
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Fri, 13 Jan 2023 00:56:37 +0400 Anton Shestakov convert: change socket mode from b'r+' to 'rwb' in cvs.py (issue6789) stable
Thu, 12 Jan 2023 19:59:01 +0400 Anton Shestakov convert: turn the last str regex into bytes in cvs.py (issue6789) stable
Tue, 01 Mar 2022 20:44:59 -0800 Gregory Szorc convert: remove pycompat.iteritems()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 29 May 2020 03:56:07 +0200 Manuel Jacob cleanup: eliminate procutil.quotecommand()
Sat, 28 Dec 2019 01:35:05 -0500 Matt Harbison cleanup: drop redundant character escapes from `[]` character sets
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Fri, 13 Apr 2018 16:30:27 +0530 Pulkit Goyal py3: use b"%d" instead of str() to convert integers to bytes
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls 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
Sat, 24 Feb 2018 16:06:21 +0530 Pulkit Goyal py3: make sure regexes are bytes
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
Fri, 30 Jun 2017 03:33:25 +0200 Boris Feld configitems: register the 'convert.cvsps.mergeto' config
Fri, 30 Jun 2017 03:33:15 +0200 Boris Feld configitems: register the 'convert.cvsps.mergefrom' config
Fri, 30 Jun 2017 03:33:06 +0200 Boris Feld configitems: register the 'convert.cvsps.fuzz' config
Fri, 30 Jun 2017 03:32:53 +0200 Boris Feld configitems: register the 'convert.cvsps.cache' config
Sun, 18 Dec 2016 02:08:59 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 5 of 5)
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Wed, 02 Mar 2016 16:41:35 +0000 timeless convert: cvs 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, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
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
Sun, 18 Nov 2012 12:26:50 -1000 Julian Cowley convert: add config option to use the local time zone
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Thu, 26 Apr 2012 02:41:20 +0900 FUJIWARA Katsunori i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) stable
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Fri, 27 Aug 2010 13:32:40 -0400 Brodie Rao cleanup: remove unused variables
Wed, 18 Aug 2010 10:53:52 -0400 Brodie Rao convert: use encoding.encoding instead of locale.getpreferredencoding() stable
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
Tue, 30 Mar 2010 02:42:21 +0200 Mads Kiilerich convert.cvs: Initialize state variable and abort on cvs error 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
Mon, 05 Oct 2009 22:57:15 +0200 Patrick Mezard convert/cvs: stop supporting external cvsps
Thu, 09 Jul 2009 19:49:02 -0500 Matt Mackall Merge with stable
Wed, 08 Jul 2009 22:08:45 -0400 Greg Ward convert/cvs: improve error message on unexpected server output.
Wed, 08 Jul 2009 22:08:45 -0400 Greg Ward convert/cvs: improve error message on unexpected server output.
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Sun, 24 May 2009 16:27:56 +0200 Patrick Mezard convert: deprecate external cvsps, to be removed in 1.4
Sat, 09 May 2009 17:32:57 +0200 Martin Geisler util: remove ignored mode argument in popen[23]
Sun, 26 Apr 2009 01:47:44 +0200 Martin Geisler convert: add copyright and license headers to back-ends
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:30:37 +0200 Patrick Mezard convert/cvs: add an option to disable remote log caching
Sat, 11 Apr 2009 21:17:11 +0200 Patrick Mezard convert/cvs: delay CVS log parsing after initialization (issue1581/2)
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Sun, 14 Dec 2008 18:13:41 +0100 Patrick Mezard Merge with crew-stable
Thu, 11 Dec 2008 13:33:35 +0000 Frank Kingswood convert-cvs: correctly handle Removed replies, fixes bug 1427
Sat, 06 Dec 2008 15:40:04 +0100 Benoit Boissinot convert/cvs: do not compare None with int
Fri, 28 Nov 2008 11:38:41 +0100 Thomas Arendsen Hein Improvement to 14ce129cfcd: Use try/except and pass filename on errors
Thu, 27 Nov 2008 10:13:20 +0100 Edouard Gomez convert: check existence of ~/.cvspass before reading it
Thu, 27 Nov 2008 22:04:51 +0100 Mads Kiilerich convert cvs: Fix branch name parsing
Sun, 05 Oct 2008 21:35:26 +0200 Dirkjan Ochtman python2.6: use subprocess if available
Wed, 15 Oct 2008 20:14:28 +0200 Patrick Mezard convert: make built-in cvsps the default
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in convert extension
Sun, 20 Jul 2008 21:51:13 +0200 Patrick Mezard Merge with crew-stable
Wed, 25 Jun 2008 19:41:43 +0100 Martin OConnor Bug:1201 hg convert on CVS working copy produces Traceback
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Sun, 15 Jun 2008 16:05:46 +0100 Frank Kingswood convert: cvs.py - Allow user to use built-in CVS changeset code.
Mon, 17 Mar 2008 12:41:14 -0700 Eric Hopper convert: Add convert.cvsps option to set up an alternate cvsps command line.
Mon, 11 Feb 2008 16:16:05 -0600 Matt Mackall convert: try to be smarter about CVS branching
Tue, 22 Jan 2008 00:55:01 +0100 Thomas Arendsen Hein merge with crew-stable
Tue, 22 Jan 2008 00:16:50 +0100 Thomas Arendsen Hein CVS convert: Find correct parent for new branch (issue704)
Tue, 15 Jan 2008 13:29:59 +0200 Kostantinos Koukopoulos convert should use default value when CVS_RSH is not set, that value
Sun, 18 Nov 2007 17:25:28 +0100 Patrick Mezard convert: read CVS files in chunks (issue 800)
Fri, 09 Nov 2007 21:24:25 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho convert: display all errors if we couldn't open the source repo
Thu, 01 Nov 2007 12:37:17 +0100 Patrick Mezard Merge with crew-stable
Tue, 30 Oct 2007 22:14:15 +0100 Patrick Mezard convert: fail if an external required tool is not found
Thu, 01 Nov 2007 12:05:14 +0100 Patrick Mezard Fix Windows os.popen bug with interleaved stdout/stderr output
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert_cvs: add --filemap support
Fri, 14 Sep 2007 23:10:41 +0200 Patrick Mezard Merge with crew-stable
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: workaround for cvsps.cache under Windows
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: fix remote cvs file paths separator
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: avoid interpreting Windows path as CVS connection strings.
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: call popen2 in binary mode, with a command string.
Wed, 15 Aug 2007 14:38:18 -0700 Brendan Cully convert: raise Abort instead of NoRepo when CVS pserver auth fails.
Tue, 07 Aug 2007 15:57:23 +0200 Thomas Arendsen Hein merge with crew-stable
Sun, 05 Aug 2007 12:03:27 -0700 Brendan Cully convert: look up copies in getchanges instead of getcommit
Tue, 07 Aug 2007 15:56:26 +0200 Thomas Arendsen Hein CVS import: Support new-style .cvspass-file format.
Thu, 05 Jul 2007 12:08:48 -0700 Brendan Cully convert: move some code into common init function
Thu, 05 Jul 2007 12:00:04 -0700 Brendan Cully convert: call superclass init from engine init functions
Sun, 01 Jul 2007 19:40:02 -0700 Brendan Cully convert: move *** empty log message *** into commit class
Sun, 01 Jul 2007 15:02:15 -0700 Brendan Cully convert: add -r argument specifying latest revision to convert
Sun, 01 Jul 2007 12:58:08 -0700 Brendan Cully convert: ove recode method into converter_source
Sun, 24 Jun 2007 07:22:58 -0700 Eric Hopper convert: handle new cvsps with Tags: and multiple tags.
Sun, 10 Jun 2007 20:08:47 -0700 Brendan Cully Split convert extension into common and repository type modules base hgext/convert/__init__.py@3c42ffdf7ca3