sapling/hgext/convert
Nicolas Dumazet fb2cbab1fb use 'x in dict' instead of 'dict.has_key(x)'
"in" is faster, and has_key will be removed in py3k
2009-08-24 21:00:34 +02:00
..
__init__.py convert: wrap docstrings at 70 characters 2009-07-26 01:44:41 +02:00
bzr.py Merge with crew-stable 2009-06-11 12:23:08 -07:00
common.py convert: do not ask for translation of "%s %s" 2009-06-27 12:31:41 +02:00
convcmd.py kill trailing whitespace 2009-06-19 13:47:50 +02:00
cvs.py convert/cvs: improve error message on unexpected server output. 2009-07-08 22:08:45 -04:00
cvsps.py compat: use 'key' argument instead of 'cmp' when sorting a list 2009-07-05 11:02:00 +02:00
darcs.py issue1251: bail if darcs version is too old 2009-07-25 10:08:20 -07:00
filemap.py convert: rewrite tags when converting from hg to hg 2009-06-01 17:12:42 +02:00
git.py convert: use set instead of dict 2009-05-17 03:04:17 +02:00
gnuarch.py use 'x in dict' instead of 'dict.has_key(x)' 2009-08-24 21:00:34 +02:00
hg.py for calls expecting bool args, pass bool instead of int 2009-07-13 09:50:26 +09:00
monotone.py convert: cleanups in monotone converter 2009-05-17 03:19:00 +02:00
p4.py p4: simplify sort key 2009-07-05 12:50:14 +02:00
subversion.py kill trailing whitespace 2009-08-05 17:08:28 +02:00
transport.py use new style classes 2009-06-10 15:10:21 +02:00