sapling/hgext/convert
Mads Kiilerich 9d7774aea3 convert: introduce hascommitfrommap sink method
Mercurial has stable revision identifiers and rollback and strip. Revisions
referenced in the shamap are thus not necessarily still present but we can
easily check for it.

Subversion do not have stable identifiers and no rollback or strip(?). We must
thus assume that all revisions referenced from a shamap still must be present.

This method is similar to hascommitforsplicemap but different ...
2014-05-19 22:12:30 +02:00
..
__init__.py convert: declare commands using decorator 2014-05-04 21:17:04 -07:00
bzr.py spelling: further 2012-08-17 13:58:18 -07:00
common.py convert: introduce hascommitfrommap sink method 2014-05-19 22:12:30 +02:00
convcmd.py convert: rename sink hascommit to hascommitforsplicemap 2014-05-19 22:11:14 +02:00
cvs.py convert: add config option to use the local time zone 2012-11-18 12:26:50 -10:00
cvsps.py convert: handle changeset sorting errors without traceback (issue3961) 2013-07-26 14:44:13 +01:00
darcs.py convert: use subprocess for all commandline calls 2012-08-03 21:37:33 +02:00
filemap.py convert: readability and test of rpairs function 2013-11-17 11:18:39 -05:00
git.py convert: drastically speed up git conversions 2014-05-27 21:12:24 -07:00
gnuarch.py fix trivial spelling errors 2012-08-15 22:38:42 +02:00
hg.py convert: introduce hascommitfrommap sink method 2014-05-19 22:12:30 +02:00
monotone.py delete some dead comments and docstrings 2012-08-21 02:41:20 +02:00
p4.py i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) 2012-04-26 02:41:20 +09:00
subversion.py convert: introduce hascommitfrommap sink method 2014-05-19 22:12:30 +02:00
transport.py spelling: dependent 2012-08-17 13:58:18 -07:00