sapling/hgext/convert
Alexis S. L. Carvalho 6309fee56a convert: clear the dirstate before a conversion, invalidate it afterwards
Clearing it before the conversion protects us from whatever data were
there (file copies in particular).

Invalidating it after the conversion avoids writing a possibly
inconsistent dirstate to disk.
2007-09-01 02:49:18 -03:00
..
__init__.py convert: document filemap. 2007-08-27 13:38:16 -07:00
common.py convert: hg: optionally create branches as clones 2007-08-15 13:21:23 -07:00
cvs.py convert: raise Abort instead of NoRepo when CVS pserver auth fails. 2007-08-15 14:38:18 -07:00
git.py Merge with crew-stable 2007-08-26 19:13:24 +02:00
hg.py convert: clear the dirstate before a conversion, invalidate it afterwards 2007-09-01 02:49:18 -03:00
subversion.py convert/subversion: Use util.set() instead of set() for python2.3 compatibility 2007-08-31 13:14:03 +02:00
transport.py Replace _ with inst for catching exceptions to not shadow gettext. 2007-08-07 09:56:21 +02:00