diff tests/test-doctest.py @ 25805:584044e5ad57

convert: use 'default' for specifying branch name in branchmap (issue4753) A fix for issue2653 with 1d155582a8ea introduced a discrepancy how default branch should be denoted when converting with branchmap from different SCM. E.g. for Git and Mercurial you need to use 'default' whilst for Perforce and SVN you had to use 'None'. This changeset unifies 'default' for such purposes whilst falling back to 'None' when no 'default' mapping specified.
author Eugene Baranov <eug.baranov@gmail.com>
date Tue, 14 Jul 2015 14:40:56 +0100
parents a36fd0993522
children 77d25b913f80
line wrap: on
line diff
--- a/tests/test-doctest.py	Sun Jul 05 11:54:14 2015 +0900
+++ b/tests/test-doctest.py	Tue Jul 14 14:40:56 2015 +0100
@@ -31,6 +31,7 @@
 testmod('mercurial.url')
 testmod('mercurial.util')
 testmod('mercurial.util', testtarget='platform')
+testmod('hgext.convert.convcmd')
 testmod('hgext.convert.cvsps')
 testmod('hgext.convert.filemap')
 testmod('hgext.convert.p4')