sapling/hgext/convert
Mike Sperber bb18159cb0 convert: Work around p4 instability (issue2465)
The p4 command-line client sometimes fails upon doing "p4 describe"
when trying to produce a patch. (I'm guessing it's a bug in p4.)
However, "hg convert" doesn't even make use of the patch, and it can
be elided by adding "-s" to the p4 command line here.
2010-10-30 02:47:34 -05:00
..
__init__.py help: different section separators 2010-10-19 13:39:34 +02:00
bzr.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
common.py convert: merge sources getmode() into getfile() 2010-05-09 21:52:34 +02:00
convcmd.py convert: kill trailing whitespace 2010-10-20 10:07:38 +02: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: handle closed branch heads in hg-hg conversion (issue2185) 2010-07-25 17:18:35 -05:00
git.py clone, patch, convert: use hex(nullid) instead of '0'*40 2010-09-02 12:08:13 +02:00
gnuarch.py Use lexists() instead of exists() where appropriate 2010-09-20 21:46:56 +02:00
hg.py convert: handle closed branch heads in hg-hg conversion (issue2185) 2010-07-25 17:18:35 -05:00
monotone.py convert: merge sources getmode() into getfile() 2010-05-09 21:52:34 +02:00
p4.py convert: Work around p4 instability (issue2465) 2010-10-30 02:47:34 -05:00
subversion.py check-code: find trailing whitespace 2010-10-20 10:13:04 +02:00
transport.py convert: tuple parameter unpacking is deprecated in py3k 2010-07-01 19:27:02 -03:00