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