Mercurial > public > mercurial-scm > hg-stable
diff tests/test-doctest.py @ 25788:a36fd0993522
convert: unescape Perforce-escaped special characters in filenames
author | Eugene Baranov <eug.baranov@gmail.com> |
---|---|
date | Tue, 14 Jul 2015 16:23:57 +0100 |
parents | 1f6878c87c25 |
children | 584044e5ad57 |
line wrap: on
line diff
--- a/tests/test-doctest.py Mon Jul 13 21:37:46 2015 -0700 +++ b/tests/test-doctest.py Tue Jul 14 16:23:57 2015 +0100 @@ -33,5 +33,6 @@ testmod('mercurial.util', testtarget='platform') testmod('hgext.convert.cvsps') testmod('hgext.convert.filemap') +testmod('hgext.convert.p4') testmod('hgext.convert.subversion') testmod('hgext.mq')