Wed, 01 Jul 2020 14:28:12 -0400 |
Augie Fackler |
merge with stable
|
Tue, 30 Jun 2020 07:23:29 +0200 |
Manuel Jacob |
convert: handle percent-encoded bytes in file URLs like Subversion
stable 5.4.2
|
Tue, 30 Jun 2020 16:39:45 +0200 |
Manuel Jacob |
convert: add docstring on convert.subversion.geturl()
stable
|
Tue, 30 Jun 2020 05:30:47 +0200 |
Manuel Jacob |
convert: convert URLs to UTF-8 for Subversion
stable
|
Mon, 29 Jun 2020 15:03:36 +0200 |
Manuel Jacob |
convert: correctly convert paths to UTF-8 for Subversion
stable
|
Tue, 30 Jun 2020 05:04:36 +0200 |
Manuel Jacob |
py3: pass URL as str
stable
|
Tue, 30 Jun 2020 04:55:52 +0200 |
Manuel Jacob |
convert: bail out in Subversion source if encountering non-ASCII HTTP(S) URL
stable
|
Mon, 29 Jun 2020 20:53:32 +0900 |
Yuya Nishihara |
merge with stable
|
Sun, 28 Jun 2020 18:02:45 +0200 |
Manuel Jacob |
convert: set LC_CTYPE around calls to Subversion bindings
stable
|
Thu, 25 Jun 2020 22:40:04 +0900 |
Yuya Nishihara |
merge with stable
|
Tue, 16 Jun 2020 14:38:50 +0200 |
Manuel Jacob |
py3: fix comparison between int and None
stable
|
Tue, 16 Jun 2020 14:33:49 +0200 |
Manuel Jacob |
py3: pass regex as bytes
stable
|
Tue, 16 Jun 2020 14:32:10 +0200 |
Manuel Jacob |
py3: avoid using %r format on bytes
stable
|
Tue, 16 Jun 2020 14:03:00 +0200 |
Manuel Jacob |
py3: use `%d` for int in % formatting
stable
|
Tue, 16 Jun 2020 14:00:20 +0200 |
Manuel Jacob |
py3: pass native string to urlreq.url2pathname()
stable
|
Mon, 15 Jun 2020 03:38:02 +0200 |
Manuel Jacob |
py3: use `pycompat.ziplist()`
stable
|
Mon, 15 Jun 2020 03:34:23 +0200 |
Manuel Jacob |
py3: use `%d` for int in % formatting
stable
|
Mon, 15 Jun 2020 03:09:55 +0200 |
Manuel Jacob |
py3: unbyteify arguments to warnings.filterwarnings()
stable
|
Fri, 29 May 2020 03:56:07 +0200 |
Manuel Jacob |
cleanup: eliminate procutil.quotecommand()
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Sat, 28 Dec 2019 01:51:17 -0500 |
Matt Harbison |
cleanup: drop redundant character escapes outside of `[]`
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
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
|
Wed, 29 May 2019 21:40:41 +0300 |
Pulkit Goyal |
py3: fix test-convert-svn-sink.t
|
Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Thu, 07 Feb 2019 21:48:50 +0300 |
Nikita Slyusarev |
convert: handle exec bit removal while converting to svn
|
Thu, 07 Feb 2019 18:57:54 +0300 |
Nikita Slyusarev |
convert: handle empty intial commits while converting to svn
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Wed, 23 Jan 2019 16:21:36 -0800 |
Gregory Szorc |
convert: use raw strings for XML strings
|
Sat, 13 Oct 2018 03:58:20 +0300 |
Pulkit Goyal |
py3: use '%s' instead of %r in hgext/convert/subversion.py
|
Fri, 21 Sep 2018 19:48:23 -0400 |
Matt Harbison |
py3: rename pycompat.getcwd() to encoding.getcwd() (API)
|
Tue, 04 Sep 2018 17:16:29 +0300 |
Pulkit Goyal |
py3: don't return the revid as unicode in hgext/convert/subversion.py
|
Mon, 18 Jun 2018 15:05:52 -0700 |
Martin von Zweigbergk |
convert: use progress helper
|
Sat, 26 May 2018 12:14:04 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkstemp() to use bytes path
|
Sat, 19 May 2018 18:24:36 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in hgext/convert/subversion.py
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
Sat, 03 Mar 2018 21:01:07 +0530 |
Pulkit Goyal |
py3: use util.forcevytestr to convert error to bytes
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Wed, 28 Feb 2018 16:24:39 +0100 |
Sascha Nemecek |
convert: avoid closing ui.fout in subversion code (issue5807)
|
Tue, 27 Feb 2018 14:28:17 +0530 |
Pulkit Goyal |
py3: make sure regexes are bytes
|
Sun, 18 Feb 2018 00:43:50 -0500 |
Augie Fackler |
py3: use default dict iterator instead of iterkeys
|
Tue, 13 Feb 2018 21:52:51 +0900 |
Yuya Nishihara |
convert: fix line ending of mapfile and commit.desc file
|
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
|
Wed, 18 Oct 2017 18:11:50 -0400 |
Augie Fackler |
convert: register missed subversion config items
|
Thu, 12 Oct 2017 23:30:46 -0700 |
Jun Wu |
codemod: use pycompat.iswindows
|
Fri, 30 Jun 2017 03:36:46 +0200 |
Boris Feld |
configitems: register the 'convert.svn.startrev' config
|
Fri, 30 Jun 2017 03:36:36 +0200 |
Boris Feld |
configitems: register the 'convert.svn.debugsvnlog' config
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
Mon, 13 Mar 2017 09:11:08 -0700 |
Yuya Nishihara |
encoding: factor out unicode variants of from/tolocal()
|
Thu, 02 Mar 2017 13:32:14 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'hgext.convert'
|
Thu, 02 Mar 2017 03:52:36 +0100 |
Pierre-Yves David |
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
|
Mon, 13 Feb 2017 22:15:28 +0530 |
Pulkit Goyal |
py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
|
Mon, 19 Dec 2016 00:28:12 +0530 |
Pulkit Goyal |
py3: replace os.name with pycompat.osname (part 2 of 2)
|
Sun, 16 Oct 2016 16:58:43 +0900 |
Yuya Nishihara |
convert: inline strutil.rfindall()
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
Sat, 03 Oct 2015 14:34:56 +0900 |
Yuya Nishihara |
convert: have debugsvnlog obtain standard streams from ui
|
Sat, 03 Oct 2015 14:29:13 +0900 |
Yuya Nishihara |
convert: remove superfluous setbinary() calls from debugsvnlog
|
Mon, 10 Oct 2016 05:31:31 -0700 |
Mateusz Kwapich |
py3: use raw strings in line continuation (convert ext)
|
Sat, 04 Jun 2016 14:38:00 +0530 |
Pulkit Goyal |
py3: conditionalize cPickle import by adding in util
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
Fri, 11 Mar 2016 22:30:04 +0800 |
Anton Shestakov |
convert: specify unit for ui.progress when scanning paths
|
Fri, 11 Mar 2016 21:55:44 +0900 |
FUJIWARA Katsunori |
convert: fix relative import of stdlib module in subversion
|
Fri, 11 Mar 2016 21:55:44 +0900 |
FUJIWARA Katsunori |
convert: make subversion import transport locally
|
Wed, 02 Mar 2016 16:13:05 +0000 |
timeless |
convert: subversion use absolute_import
|
Tue, 08 Dec 2015 08:37:12 +0000 |
timeless |
convert/svn: quiet check-config
|
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
|
Mon, 27 Apr 2015 11:11:26 -0500 |
Matt Mackall |
convert: avoid traceback in subversion sink
stable
|
Thu, 19 Mar 2015 17:40:19 +0100 |
Mads Kiilerich |
convert: optimize convert of files that are unmodified from p2 in merges
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 12 Dec 2014 15:53:17 -0500 |
Augie Fackler |
convert: on svn failure, note libsvn version (issue4043)
|
Wed, 10 Sep 2014 10:52:00 -0400 |
Augie Fackler |
convert: enable deterministic conversion progress bar for svn
|
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: refactor subversion getchanges and caching
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: remove incorrect and unused handling of removed svn directories
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
Fri, 15 Aug 2014 04:37:46 +0200 |
Mads Kiilerich |
cleanup: fix some list comprehension redefinitions of existing vars
|
Mon, 19 May 2014 22:12:30 +0200 |
Mads Kiilerich |
convert: introduce hascommitfrommap sink method
|
Mon, 19 May 2014 22:11:14 +0200 |
Mads Kiilerich |
convert: rename sink hascommit to hascommitforsplicemap
|
Wed, 16 Apr 2014 01:09:49 +0200 |
Mads Kiilerich |
convert: backout b75a04502ced and 9616b03113ce - tagmap
|
Fri, 07 Feb 2014 17:29:37 +0100 |
Mads Kiilerich |
convert: secret config option for disabling debugsvnlog
|
Fri, 07 Feb 2014 17:28:37 +0100 |
Mads Kiilerich |
convert: make subversion revsplit more stable when meeting revisions without @
|
Wed, 22 Jan 2014 15:40:17 -0600 |
Sean Farley |
convert: add tagmap logic
|
Tue, 21 Jan 2014 11:34:55 -0600 |
Sean Farley |
convert: add mapname parameter to checkrevformat
|
Sat, 16 Nov 2013 19:56:30 -0500 |
Mads Kiilerich |
convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None
stable
|
Fri, 20 Sep 2013 10:15:23 -0400 |
Augie Fackler |
convert: move import of xml.minidom.dom to its own line for check-code
|
Fri, 19 Jul 2013 16:45:44 -0500 |
Matt Mackall |
convert: catch empty origpaths in svn gettags (issue3941)
stable
|
Thu, 25 Apr 2013 18:01:00 -0700 |
Ben Goswami |
splicemap: improve error handling when source is subversion (issue2084)
|
Tue, 15 Jan 2013 02:59:14 +0100 |
Mads Kiilerich |
convert: process subversion branch in a sorted order
|
Sun, 18 Nov 2012 12:26:50 -1000 |
Julian Cowley |
convert: add config option to use the local time zone
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: Explicitly
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Thu, 26 Jul 2012 12:07:55 +0200 |
Patrick Mezard |
convert/svn: handle non-local svn destination paths (issue3142)
stable
|
Fri, 29 Jun 2012 01:51:48 +0200 |
Mads Kiilerich |
convert: check for failed svn import in debugsvnlog and abort cleanly
|
Thu, 28 Jun 2012 03:41:37 +0200 |
Mads Kiilerich |
convert: accept Subversion 'file:///c%3A/svnrepo' syntax on Windows
|
Sun, 24 Jun 2012 17:06:47 +0200 |
Mads Kiilerich |
convert: ignore svn:executable for subversion targets without exec bit support
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
convert: lowercase status and abort messages
|
Sat, 12 May 2012 16:02:46 +0200 |
Brodie Rao |
cleanup: replace naked excepts with except Exception: ...
|
Sat, 12 May 2012 16:02:45 +0200 |
Brodie Rao |
cleanup: replace naked excepts with more specific ones
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
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
|
Tue, 24 Apr 2012 12:50:41 +0200 |
Patrick Mezard |
convert/svn: make svn sink work with svn 1.7
stable
|
Wed, 18 Apr 2012 14:04:58 +0200 |
Patrick Mezard |
convert/svn: do not try converting empty head revisions (issue3347)
stable
|
Wed, 18 Apr 2012 14:04:58 +0200 |
Patrick Mezard |
convert/svn: refactor svn_source.latest() with a nested function
stable
|
Wed, 18 Apr 2012 14:04:57 +0200 |
Patrick Mezard |
convert/svn: clarify svn_source.latest() stop arg default value
stable
|
Fri, 24 Feb 2012 19:11:35 -0200 |
Wagner Bruna |
convert: fix typos in error messages
stable
|
Fri, 10 Feb 2012 22:34:13 +0100 |
Patrick Mezard |
convert: use splicemap entries when sorting revisions (issue1748)
stable
|
Sun, 05 Feb 2012 22:58:31 +0900 |
FUJIWARA Katsunori |
i18n: use util.pconvert() instead of 'str.replace()' for problematic encoding
stable
|
Sat, 21 Jan 2012 13:31:41 +0100 |
Jesus Espino Garcia |
convert: subversion convert abort on revision not found (issue 3205)
stable
|
Fri, 30 Dec 2011 17:04:36 -0600 |
Matt Mackall |
merge with stable
|
Fri, 30 Dec 2011 15:47:58 -0600 |
Matt Mackall |
convert: improve exception reporting for SVN logstream
stable
|
Fri, 02 Dec 2011 17:38:07 +0100 |
Patrick Mezard |
convert/svn: update svn working copy only when necessary
|
Thu, 01 Dec 2011 20:42:24 +0100 |
Patrick Mezard |
convert/svn: fix URL quoting issue with svn 1.7
stable
|
Sat, 29 Oct 2011 11:02:23 -0500 |
Matt Mackall |
backout dbdb777502dc (issue3077) (issue3071)
stable
|
Mon, 24 Oct 2011 13:51:24 +0200 |
Thomas Arendsen Hein |
consistency: use util.realpath instead of os.path.realpath where useful
stable
|
Mon, 19 Sep 2011 14:19:26 +0200 |
Martin Geisler |
convert: rename local variable
|
Sun, 08 May 2011 20:45:47 +0200 |
Adrian Buehlmann |
rename util.is_exec to isexec
|
Fri, 06 May 2011 15:25:35 +0200 |
Adrian Buehlmann |
rename util.set_binary to setbinary
|
Fri, 06 May 2011 15:22:31 +0200 |
Adrian Buehlmann |
rename util.set_flags to setflags
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Sun, 01 May 2011 17:35:05 +0200 |
Mads Kiilerich |
convert: handle invalid subversion source paths
|
Wed, 20 Apr 2011 19:54:57 +0200 |
Adrian Buehlmann |
move opener from util to scmutil
|
Thu, 17 Mar 2011 22:17:27 +0100 |
Patrick Mezard |
convert/svn: extract revsplit() in a function
|
Tue, 15 Mar 2011 16:53:46 -0500 |
Matt Mackall |
merge with stable
|
Mon, 14 Mar 2011 21:35:31 +0100 |
Patrick Mezard |
convert/svn: fix _iterfiles() output in root dir case (issue2647)
stable
|
Thu, 03 Mar 2011 22:41:38 +0100 |
Patrick Mezard |
convert/svn: stop using svn bindings when pushing to svn
|
Thu, 03 Mar 2011 22:19:28 +0100 |
Patrick Mezard |
convert/svn: read trunk name once, use None for default
|
Fri, 25 Feb 2011 21:01:30 +0300 |
Pavel Boldin |
convert.svn: branch name which equals trunk means `default' branch (issue2653)
stable
|
Thu, 24 Feb 2011 01:14:15 +0530 |
Azhagu Selvan SP |
convert/svn: abort operation when python bindings are not available
stable
|
Wed, 22 Dec 2010 13:25:00 -0600 |
Steve Borho |
convert: subversion should use util.quotecommand to wrap args to popen2
|
Mon, 29 Nov 2010 20:13:11 +0100 |
Patrick Mezard |
convert/svn: fix changed files list upon directory replacements
stable
|
Wed, 20 Oct 2010 10:13:04 +0200 |
Martin Geisler |
check-code: find trailing whitespace
|
Mon, 20 Sep 2010 21:46:39 +0200 |
Patrick Mezard |
convert/svn: fix broken symlink renames in svn sink
stable
|
Wed, 11 Aug 2010 12:29:20 +0200 |
Martin Geisler |
convert: less shouting in SVN sink warning
stable
|
Wed, 11 Aug 2010 11:46:06 +0200 |
Daniel J. Lauk |
convert: Using --dest-type svn crashed, if the source repo used tags.
stable
|
Wed, 19 May 2010 22:32:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 19 May 2010 22:09:58 +0200 |
Aaron Digulla |
convert/svn: close gettags() log stream (issue2196)
stable
|
Wed, 19 May 2010 22:04:41 +0200 |
Patrick Mezard |
convert/svn: remove useless try/catch
stable
|
Wed, 12 May 2010 14:49:46 -0500 |
Matt Mackall |
convert/svn: fix long line
|
Sun, 09 May 2010 22:51:25 +0200 |
Patrick Mezard |
convert/svn: report path discovery progress
|
Sun, 09 May 2010 21:52:34 +0200 |
Patrick Mezard |
convert: merge sources getmode() into getfile()
|
Sun, 09 May 2010 21:49:57 +0200 |
Patrick Mezard |
convert/svn: remove useless sort
|
Sun, 09 May 2010 21:45:00 +0200 |
Patrick Mezard |
convert/svn: list files explicitely, stop checking their type
|
Sun, 09 May 2010 19:37:16 +0200 |
Patrick Mezard |
convert/svn: remove unused variable
|
Sun, 09 May 2010 19:11:02 +0200 |
Patrick Mezard |
convert/svn: handle files/links replaced by dirs (issue2166)
stable
|
Sun, 09 May 2010 19:11:02 +0200 |
Patrick Mezard |
convert/svn: do not retrieve removed files
stable
|
Sun, 09 May 2010 19:11:02 +0200 |
Patrick Mezard |
convert/svn: correctly encode deleted entry paths
stable
|
Sun, 09 May 2010 19:11:02 +0200 |
Patrick Mezard |
convert/svn: remove broken but unused copy filtering code
stable
|
Sat, 01 May 2010 16:29:27 +0200 |
Patrick Mezard |
convert/svn: tree conflicts no longer happen now we use memctx
stable
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: write "working copy" instead of "wc"
stable
|
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, 12 Apr 2010 21:19:53 +0200 |
Patrick Mezard |
convert/subversion: fix default URL checker prototype
stable
|
Tue, 09 Mar 2010 22:11:43 +0100 |
Patrick Mezard |
convert: handle svn tree with empty roots (issue2079)
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Mon, 14 Dec 2009 22:09:49 +0100 |
Patrick Mezard |
convert/svn: better handling of hg recursive call failure
stable
|
Mon, 07 Dec 2009 12:44:15 -0500 |
Patrick Mezard |
convert/svn: make sink recover gracefully from empty changeset
stable
|
Mon, 16 Nov 2009 14:09:31 +0100 |
Patrick Mezard |
convert/svn: fix warning when repo detection failed
|
Thu, 12 Nov 2009 12:05:43 +0100 |
Patrick Mezard |
convert/svn: fix HTTP detection bug introduced by 1b2516a547d4
|
Wed, 11 Nov 2009 19:45:00 +0100 |
Patrick Mezard |
convert/svn: delegate to svn bindings if HTTP probe fails
|
Tue, 10 Nov 2009 22:32:17 +0100 |
Patrick Mezard |
convert: reenable SVN support after license issue solved
|
Fri, 16 Oct 2009 00:06:23 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 15 Oct 2009 23:15:30 +0200 |
Patrick Mezard |
convert/svn: better error when hg cannot call itself (issue1838)
|
Sat, 03 Oct 2009 14:39:57 -0500 |
Matt Mackall |
Merge with -stable
|
Fri, 07 Aug 2009 01:15:16 +0200 |
Grauw |
Fix issue 1782 don't do url2pathname conversion for urls
|
Wed, 30 Sep 2009 14:43:22 -0700 |
Brendan Cully |
convert: unbreak non-svn engines
|
Wed, 23 Sep 2009 15:19:26 +0200 |
Dirkjan Ochtman |
merge with mpm
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Wed, 23 Sep 2009 00:23:50 -0500 |
Matt Mackall |
convert: disable SVN support due to library license incompatibility
|
Wed, 05 Aug 2009 17:08:28 +0200 |
Dirkjan Ochtman |
kill trailing whitespace
|
Fri, 17 Jul 2009 16:01:19 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 17 Jul 2009 13:31:12 +0200 |
Patrick Mezard |
convert/svn: fix backtrace in tags discovery (issue1742)
|
Wed, 01 Jul 2009 10:19:40 -0400 |
Brodie Rao |
extensions: remove unused imports
|
Sun, 21 Jun 2009 23:17:05 +0200 |
Patrick Mezard |
convert/svn: drop undocumented and untested revision 'blacklist'
|
Sun, 21 Jun 2009 23:17:02 +0200 |
Patrick Mezard |
convert/svn: stop returning unicode revision identifiers
|
Sun, 21 Jun 2009 23:04:02 +0200 |
Patrick Mezard |
convert/svn: remove confusing unicode variable
|
Sun, 21 Jun 2009 23:04:02 +0200 |
Patrick Mezard |
convert/svn: remove dead code from entry deletion code path
|
Sun, 21 Jun 2009 23:04:02 +0200 |
Patrick Mezard |
convert/svn: remove a useless recode() call in deletion path
|
Sun, 21 Jun 2009 23:04:02 +0200 |
Patrick Mezard |
convert/svn: remove useless encoding/decoding calls (issue1676)
|
Sun, 21 Jun 2009 23:04:01 +0200 |
Patrick Mezard |
convert/svn: remove dead code and obsolete comments
|
Fri, 19 Jun 2009 13:47:50 +0200 |
Dirkjan Ochtman |
kill trailing whitespace
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
Sat, 06 Jun 2009 00:08:37 +0200 |
Edouard Gomez |
convert: default to file protocol when no :// found for svn repo url
|
Mon, 01 Jun 2009 17:12:42 +0200 |
Patrick Mezard |
convert: rewrite tags when converting from hg to hg
|
Sun, 31 May 2009 01:26:23 +0200 |
Martin Geisler |
convert/subversion: wrap long lines in comments
|
Sat, 09 May 2009 17:32:57 +0200 |
Martin Geisler |
util: remove ignored mode argument in popen[23]
|
Wed, 29 Apr 2009 21:48:59 +0200 |
Patrick Mezard |
convert/svn: ignore composite tags
|
Wed, 29 Apr 2009 21:48:15 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 29 Apr 2009 21:44:25 +0200 |
Patrick Mezard |
convert/svn: keep latest and not oldest tag value
|
Mon, 27 Apr 2009 12:02:16 +0200 |
Ronny Pfannschmidt |
convert: hide svn deprecation warnings
|
Mon, 27 Apr 2009 09:12:07 +0200 |
Peter Arrenbrecht |
whitespace cleanup
|
Sun, 26 Apr 2009 20:19:40 +0200 |
Patrick Mezard |
convert/svn: fix pathname parsing from URL under Windows
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace various uses of list.reverse()
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: print_exc() -> traceback()
|
Sat, 25 Apr 2009 21:27:47 +0800 |
Francis Barber |
Fix subversion convert not detecting empty changesets.
|
Fri, 24 Apr 2009 17:32:18 +0200 |
Martin Geisler |
strutil: removed rsplit
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Thu, 23 Apr 2009 15:39:41 -0500 |
Matt Mackall |
Merge with crew
|
Wed, 22 Apr 2009 01:39:47 +0200 |
Martin Geisler |
remove unnecessary outer parenthesis in if-statements
|
Tue, 21 Apr 2009 12:58:05 -0500 |
Matt Mackall |
Merge with crew
|
Sun, 05 Apr 2009 05:13:39 -0300 |
Wagner Bruna |
convert: fix typo
|
Sat, 04 Apr 2009 20:19:51 -0500 |
Augie Fackler |
convert: Improved svn source detection.
|
Sat, 04 Apr 2009 12:28:13 -0500 |
Matt Mackall |
convert: attempt to check repo type before checking for tool
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Wed, 18 Mar 2009 17:49:11 +0100 |
Dirkjan Ochtman |
convert: honor 2.3 compatibility (rsplit)
|
Fri, 13 Mar 2009 21:14:57 +0100 |
Michael Springmann |
exporting patch:
|
Sat, 03 Jan 2009 17:15:21 +0100 |
Martin Geisler |
lowercase ui.debug and assert output
|
Sat, 06 Dec 2008 20:10:31 +0100 |
Patrick Mezard |
convert: backout a7492fb2107b
|
Sun, 30 Nov 2008 22:51:42 +0100 |
Patrick Mezard |
convert: improve reporting of invalid svn bindings
|
Sun, 30 Nov 2008 22:01:26 +0100 |
Patrick Mezard |
convert: work around svn.ra.get_files() not releasing input buffer
|
Sat, 15 Nov 2008 15:57:12 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 15 Nov 2008 15:51:26 +0100 |
Patrick Mezard |
convert: be even more tolerant when detecting svn tags
|
Mon, 20 Oct 2008 14:52:58 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Mon, 20 Oct 2008 14:51:55 +0200 |
Dirkjan Ochtman |
clean up trailing spaces
|
Sun, 05 Oct 2008 21:35:26 +0200 |
Dirkjan Ochtman |
python2.6: use subprocess if available
|
Fri, 10 Oct 2008 13:20:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 10 Oct 2008 11:36:02 +0200 |
Patrick Mezard |
convert: properly encode subversion URLs (issue 1224)
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in convert extension
|
Tue, 12 Aug 2008 17:47:08 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Sun, 10 Aug 2008 21:55:06 -0500 |
Matt Mackall |
util: set_flags shouldn't know about repo flag formats
|
Wed, 30 Jul 2008 22:33:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 27 Jul 2008 17:09:33 +0200 |
Patrick Mezard |
convert: normalize paths sent to svn get_log (issue 1219)
|
Fri, 25 Jul 2008 20:47:04 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 25 Jul 2008 20:43:41 +0200 |
Patrick Mezard |
convert: remove leading slash from ra.check_path inputs (issue 1236)
|
Fri, 25 Jul 2008 20:37:41 +0200 |
Patrick Mezard |
convert: restore previous svn transport parent correctly
|