hgext/convert/bzr.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 10 Jul 2021 14:07:14 +0200 Pierre-Yves David windows: use abspath in convert.bzr
Mon, 26 Apr 2021 22:59:56 +0200 Raphaël Gomès convert-bazaar: use breezy package instead of old bzr one
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
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, 05 Jul 2018 15:07:29 -0400 Matt Harbison convert: add a config knob for not saving the bzr revision
Sat, 05 May 2018 18:41:51 -0700 Gregory Szorc demandimport: make module ignores a set (API)
Mon, 04 Dec 2017 11:28:29 -0500 Augie Fackler merge with stable
Fri, 01 Dec 2017 23:27:08 -0500 Matt Harbison convert: restore the ability to use bzr < 2.6.0 (issue5733) stable
Wed, 22 Nov 2017 20:49:01 -0500 Matt Harbison convert: save an indicator of the repo type for sources and sinks
Thu, 05 Oct 2017 00:48:44 +0000 Saurabh Singh convert: fix the RevisionSpec import in the bzr module
Tue, 19 Jul 2016 11:00:32 -0500 Kevin Bullock convert: update use of deprecated bzrlib property stable
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 02 Mar 2016 16:32:52 +0000 timeless convert: bzr use absolute_import
Wed, 02 Mar 2016 16:32:52 +0000 timeless convert: bzr 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
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
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Wed, 08 Feb 2012 17:45:10 +0100 Patrick Mezard convert/bzr: ignore nested repos when listing branches (issue3254)
Thu, 02 Feb 2012 10:15:13 +0100 Patrick Mezard convert/bzr: handle empty bzr repositories (issue3233)
Thu, 02 Feb 2012 10:15:12 +0100 Patrick Mezard convert/bzr: convert all branches (issue3229) (BC)
Thu, 02 Feb 2012 10:15:04 +0100 Patrick Mezard convert/bzr: expect unicode metadata, encode in UTF-8 (issue3232)
Tue, 08 Nov 2011 17:08:58 +0100 Patrick Mezard convert/bzr: correctly handle divergent nested renames (issue3089) stable
Fri, 27 Aug 2010 13:32:40 -0400 Brodie Rao cleanup: remove unused variables
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, 01 Mar 2010 14:15:55 +0100 Pierre-Yves David Add ElementPath to the list of package ignored by demand import stable
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
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
Thu, 11 Jun 2009 12:23:08 -0700 Brendan Cully Merge with crew-stable
Thu, 11 Jun 2009 12:18:40 -0700 Brendan Cully bzr convert: restore paths to source encoding. Closes issue1692.
Sun, 17 May 2009 14:35:06 +0200 Patrick Mezard convert/bzr: warn when source is a lightweight checkout (issue1647)
Fri, 15 May 2009 16:17:56 +0200 Patrick Mezard Merge with crew-stable
Fri, 15 May 2009 16:12:09 +0200 Patrick Mezard convert/bzr: fix symlinks target (issue1626/2)
Wed, 06 May 2009 17:48:03 -0400 Greg Ward convert/bzr: handle Bazaar timestamps correctly (issue1652).
Sun, 26 Apr 2009 01:47:44 +0200 Martin Geisler convert: add copyright and license headers to back-ends
Sun, 26 Apr 2009 11:49:17 +0200 Patrick Mezard Merge with crew-stable
Sun, 26 Apr 2009 11:35:53 +0200 Patrick Mezard convert/bzr: make it work with filemaps (issue1631)
Fri, 24 Apr 2009 10:43:12 +0200 Patrick Mezard Merge with crew-stable
Fri, 24 Apr 2009 10:34:11 +0200 Patrick Mezard convert/bzr: fix symlink handling (issue1626)
Thu, 23 Apr 2009 16:52:25 +0200 Patrick Mezard Merge with crew-stable
Thu, 23 Apr 2009 15:07:05 +0200 Patrick Mezard convert/bzr: handle files replaced by directories (issue1623)
Sat, 11 Apr 2009 20:49:47 +0200 Patrick Mezard Merge with crew-stable
Sat, 11 Apr 2009 20:18:51 +0200 Patrick Mezard convert/bzr: fix file rename replaced by a dir case (issue1583)
Wed, 08 Apr 2009 23:24:22 +0200 Patrick Mezard Merge with crew-stable
Wed, 08 Apr 2009 22:59:02 +0200 Xavier ALT convert: remove renamed source files (issue1505)
Sat, 04 Apr 2009 12:28:13 -0500 Matt Mackall convert: attempt to check repo type before checking for tool
Thu, 02 Oct 2008 15:48:57 +0200 Dirkjan Ochtman convert: fixed python2.3 incompatibility in bzr source (generator expression)
Fri, 26 Sep 2008 20:33:47 +0200 Marek Kubica convert: add bzr source
less more (0) tip