sapling/hgext/convert
Mads Kiilerich 6688bea829 convert: also catch missing revlogs when introduced in repo roots
The previous behaviour was almost as if convert.hg.ignoreerrors was always set
for revisions without parents, except that errors were silently ignored. Revlog
errors are handled as a side effect of getcopies(), but getcopies() was only
called when convert.hg.ignoreerrors was set.

Now we always call self.getcopies for root revisions, not only when
convert.hg.ignoreerrors is set, just like we do on all other revisions.
The extra call might be a bit expensive, but the proper fix for that would be
to catch these errors in another way.
2011-05-01 17:34:16 +02:00
..
__init__.py i18n: register new template keywords for translation 2011-03-19 19:50:55 +01:00
bzr.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
common.py convert: add support to common commandline to access stdin of the process 2011-03-24 16:54:09 -04:00
convcmd.py i18n: don't mark trivial string for translation 2011-03-16 17:38:25 +01:00
cvs.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
cvsps.py clean up remaining generic exceptions 2010-05-07 16:59:00 -05:00
darcs.py convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411) 2010-10-01 10:15:04 -05:00
filemap.py convert: make filemap prune useless branch closing revs (issue2774) 2011-04-20 23:15:18 +02:00
git.py convert: add bookmarks reading support to git backend 2011-03-25 01:38:43 +01:00
gnuarch.py Use lexists() instead of exists() where appropriate 2010-09-20 21:46:56 +02:00
hg.py convert: also catch missing revlogs when introduced in repo roots 2011-05-01 17:34:16 +02:00
monotone.py convert/mtn: Fix conversion of large files from mtn (broken in 64963df7238d) 2011-03-28 23:16:20 -04:00
p4.py convert: Work around p4 instability (issue2465) 2010-10-30 02:47:34 -05:00
subversion.py move opener from util to scmutil 2011-04-20 19:54:57 +02:00
transport.py convert: tuple parameter unpacking is deprecated in py3k 2010-07-01 19:27:02 -03:00