sapling/hgext/convert
Marti Raudsepp f86045b534 convert: fix authormap handling of lines without '='
Unpacking the result from str.split raises ValueError, not IndexError, if the
line does not contain a '='.
2009-04-04 15:41:32 +02:00
..
__init__.py issue1582: improve description of splicemap syntax in help. 2009-03-31 15:52:48 -04:00
bzr.py convert: fixed python2.3 incompatibility in bzr source (generator expression) 2008-10-02 15:48:57 +02:00
common.py Handle when the slicemap option is an empty string 2009-02-11 21:47:57 +01:00
convcmd.py convert: fix authormap handling of lines without '=' 2009-04-04 15:41:32 +02:00
cvs.py cleanup: drop variables for unused return values 2009-03-23 13:13:02 +01:00
cvsps.py convert: added cvsnt mergepoint support 2009-04-02 14:48:06 +02:00
darcs.py convert: check for darcs-2-compatible path 2009-01-07 17:33:07 -08:00
filemap.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
git.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
gnuarch.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
hg.py cleanup: whitespace cleanup 2009-03-23 13:13:27 +01:00
monotone.py right way to check if file was in renamed directory, fixes import monotone 2009-04-02 22:25:49 +04:00
p4.py convert: missing p4 tool is only slightly fatal 2009-03-27 13:39:18 +01:00
subversion.py cleanup: drop unused assignments 2009-03-23 13:13:06 +01:00
transport.py convert: Remove unused clone method 2008-03-06 22:23:41 +01:00