hgext/convert/filemap.py
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
Wed, 09 Jan 2019 16:02:05 -0500 Matt Harbison convert: don't drop commits that are empty in the source when using --filemap
Wed, 09 Jan 2019 14:33:06 -0500 Matt Harbison convert: add missing numcommits() override to hg sources
Thu, 01 Mar 2018 18:13:50 -0500 Augie Fackler convert: fix two %r output formats with pycompat.bytestr() wrapping
Thu, 01 Mar 2018 17:48:06 -0500 Augie Fackler convert: use our shlex wrapper in filemap to avoid Python 3 tracebacks
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
Sun, 03 Sep 2017 14:56:31 +0900 Yuya Nishihara doctest: use print_function and convert bytes to unicode where needed
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 02 Mar 2016 09:00:58 +0000 timeless convert: filemap use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 15 Aug 2015 13:46:30 -0700 Durham Goode convert: implements targetfilebelongstosource for filemap source
Mon, 29 Jun 2015 13:44:24 -0700 Durham Goode convert: add config option for disabling ancestor parent checks
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
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
Sun, 17 Nov 2013 11:18:39 -0500 Mads Kiilerich convert: readability and test of rpairs function
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich convert: update source shamap when using filemap, just as when not using filemap
Wed, 02 Oct 2013 19:46:48 +0200 Mads Kiilerich convert: fix crash when existing converted revision didn't come from source
Wed, 02 Oct 2013 19:46:47 +0200 Mads Kiilerich convert: fix crash when filemap filtering is changed
Fri, 05 Oct 2012 16:27:34 -0700 Huayang convert: normalize paths in filemaps (issue3612)
Mon, 16 Jul 2012 15:50:19 +0200 Patrick Mezard convert: remove unused newnames variable in filemap
Sun, 15 Jul 2012 14:48:50 -0500 Matt Mackall merge with stable
Fri, 06 Jul 2012 01:14:02 -0300 Wagner Bruna convert: make filemap renames consistently override revision renames stable
Mon, 18 Jun 2012 18:19:28 +0200 Patrick Mezard convert: keep branch switching merges with ancestors (issue3340)
Wed, 23 Nov 2011 16:25:44 -0600 Matt Mackall convert: handle trailing slashes in filemap better (issue3124) stable
Thu, 15 Sep 2011 15:03:54 -0400 etienne convert: added bookmarks support in filemap
Wed, 20 Apr 2011 23:15:18 +0200 Patrick Mezard convert: make filemap prune useless branch closing revs (issue2774) stable
Tue, 20 Jul 2010 15:49:28 +0200 Mads Kiilerich convert: warn on superfluous / in paths
Sun, 25 Jul 2010 17:18:35 -0500 Matt Mackall convert: handle closed branch heads in hg-hg conversion (issue2185)
Sun, 09 May 2010 21:52:34 +0200 Patrick Mezard convert: merge sources getmode() into getfile()
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 10 Nov 2009 13:04:03 +0100 Stefan Simek convert: make filemap favor most specific filtering rule
Mon, 01 Jun 2009 17:12:42 +0200 Patrick Mezard convert: rewrite tags when converting from hg to hg
Mon, 01 Jun 2009 17:12:39 +0200 Patrick Mezard convert: fail fast if source does not support --sourcesort
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Fri, 04 Jan 2008 23:43:49 +0100 Patrick Mezard Merge with crew-stable
Fri, 04 Jan 2008 23:23:47 +0100 Patrick Mezard convert: filemap must call base converter before()/after() actions
Tue, 25 Dec 2007 21:14:11 -0800 Maxim Dounin convert: allow repo root to be matched in filemap
Tue, 27 Nov 2007 09:44:09 -0800 Bryan O'Sullivan convert: some tidyups, doc improvements, and test fixes
Wed, 07 Nov 2007 17:06:02 -0800 Bryan O'Sullivan convert: abstract map files into a class
Sat, 06 Oct 2007 15:30:15 -0300 Alexis S. L. Carvalho convert --filemap: reduce memory usage
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: readd --filemap
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: move filemapper class to a separate file
less more (0) tip