sapling/hgext/convert
Durham Goode bc1c03c315 convert: improve support for unusual .gitmodules
Previously convert would throw an exception if it encountered a git commit with
a .gitmodules file that was malformed (i.e. was missing, but had submodule
files, or was malformed).

Instead of breaking the convert entirely, let's print error messages and move
on.
2015-06-29 17:19:58 -07:00
..
__init__.py convert: support incremental conversion with hg subrepos 2015-05-29 13:25:34 -04:00
bzr.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
common.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
convcmd.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
cvs.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
cvsps.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
darcs.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
filemap.py cleanup: use __builtins__.any instead of util.any 2015-05-16 14:30:07 -04:00
git.py convert: improve support for unusual .gitmodules 2015-06-29 17:19:58 -07:00
gnuarch.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
hg.py convert: fix bug with converting the same commit twice 2015-06-29 13:39:05 -07:00
monotone.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
p4.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
subversion.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
transport.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00