sapling/hgext/convert
Patrick Mezard e5e2172bf6 convert/svn: delegate to svn bindings if HTTP probe fails
convert extension tries to guess the remote repository type with HTTP probes.
Unfortunately, it does not handle authentication or HTTPS handshakes, so regular
svn repositories may be excluded. Instead, when a non-404 error is retrieved,
we keep trying with the svn bindings. The drawback is missing svn bindings will
make the conversion to fail even for non-svn targets. This can be avoided with
--source.
2009-11-11 19:45:00 +01:00
..
__init__.py convert: document parent order in splicemap help (issue1764) 2009-10-23 22:55:28 +02:00
bzr.py Merge with crew-stable 2009-06-11 12:23:08 -07:00
common.py Merge with crew-stable 2009-10-05 22:17:39 +02:00
convcmd.py convert: fix history topology when using hg.tagsbranch 2009-09-06 15:29:14 +02:00
cvs.py convert/cvs: stop supporting external cvsps 2009-10-05 22:57:15 +02:00
cvsps.py do not attempt to translate ui.debug output 2009-09-19 01:15:38 +02:00
darcs.py kill trailing whitespace 2009-11-05 10:44:36 +01:00
filemap.py convert: rewrite tags when converting from hg to hg 2009-06-01 17:12:42 +02:00
git.py convert: use set instead of dict 2009-05-17 03:04:17 +02:00
gnuarch.py do not attempt to translate ui.debug output 2009-09-19 01:15:38 +02:00
hg.py Merge with crew-stable 2009-10-07 22:50:20 +02:00
monotone.py convert/mtn: handle change in mtn 0.45 certs output 2009-11-10 23:45:24 +01:00
p4.py merge with crew-stable 2009-09-23 15:54:43 +02:00
subversion.py convert/svn: delegate to svn bindings if HTTP probe fails 2009-11-11 19:45:00 +01:00
transport.py use new style classes 2009-06-10 15:10:21 +02:00