sapling/hgext/convert
Matt Harbison f73ca1dafd convert: save an indicator of the repo type for sources and sinks
This seems like basic info to have, and will be used shortly when deciding
whether or not to wrap the class for lfs conversions.

The other option is to just add a function to each class.  But this seems better
in that the strings aren't duplicated, and the constructor for most of these
will run even if the VCS isn't installed, so it's easier to catch errors.
2017-11-22 20:49:01 -05:00
..
__init__.py convert: avoid wrong lfconvert defaults by moving configitems to core 2017-11-28 23:20:08 -05:00
bzr.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
common.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
convcmd.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
cvs.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
cvsps.py doctest: bulk-replace string literals with b'' for Python 3 2017-09-03 14:32:11 +09:00
darcs.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
filemap.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
git.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
gnuarch.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
hg.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
monotone.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
p4.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
subversion.py convert: save an indicator of the repo type for sources and sinks 2017-11-22 20:49:01 -05:00
transport.py convert: remove if False block 2017-07-07 15:08:23 -04:00