hgext/convert/transport.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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
Fri, 07 Jul 2017 15:08:23 -0400 Augie Fackler convert: remove `if False` block
Mon, 01 Aug 2016 17:38:01 -0700 Durham Goode convert: move svn config initializer out of the module level stable
Fri, 11 Mar 2016 21:55:44 +0900 FUJIWARA Katsunori convert: fix "stdlib import follows local import" problem in transport
Wed, 02 Mar 2016 16:37:50 +0000 timeless convert: transport use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: dependent
Fri, 06 Jan 2012 16:27:13 +0100 Martin Geisler Remove FSF mailing address from GPL headers
Thu, 01 Dec 2011 20:42:24 +0100 Patrick Mezard convert/svn: fix URL quoting issue with svn 1.7 stable
Sat, 22 Oct 2011 23:42:48 +0200 Thomas Arendsen Hein convert: add missing import of util, needed for svn < 1.6 stable
Mon, 25 Jul 2011 20:37:12 -0500 Augie Fackler hgext: replace uses of hasattr with util.safehasattr
Thu, 01 Jul 2010 19:27:02 -0300 Renato Cunha convert: tuple parameter unpacking is deprecated in py3k
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Wed, 22 Apr 2009 23:13:39 +0200 Patrick Mezard convert/svn: support more OS specific auth providers via svn 1.6 API
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl convert: Remove unused clone method
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Tue, 07 Aug 2007 09:56:21 +0200 Thomas Arendsen Hein Replace _ with inst for catching exceptions to not shadow gettext.
Thu, 02 Aug 2007 23:38:32 +0200 Patrick Mezard convert: support windows SVN simple auth provider
Sat, 21 Jul 2007 10:30:51 +0200 Thomas Arendsen Hein removed trailing whitespace
Wed, 18 Jul 2007 17:44:52 -0700 Bryan O'Sullivan convert/subversion: get converter working against plain HTTP.
Sun, 01 Jul 2007 17:15:54 +0200 Daniel Holth convert extension: stripped-down svn transport module
less more (0) tip