transplant: remove the restriction that the destination be nonempty.
Test fixed by Patrick Mezard <pmezard@gmail.com>
Fix subversion convert not detecting empty changesets.
Need to check for the empty as list as well as None.
cvsps: fix crash when log message refers to non-existent branch (
issue1615).
cvsps: add test for merge detection (
issue1615).
Currently only testing convert.cvsps.mergefrom; this script should also
probably test convert.cvsps.mergeto.
convert/cvs: add an option to disable remote log caching
Useful for debugging or testing when using --tmpdir.
tests: removed redundant "-u test" from test scripts
The tests are executed with a .hgrc file which adds "-u test" by
default.
tests: removed redundant "-d '0 0'" from test scripts
The tests are executed with a .hgrc file which adds "-d '0 0'" by
default.