Submitter | phabricator |
---|---|
Date | Nov. 26, 2019, 2:48 p.m. |
Message ID | <1da79b0281e31e551de1ebec8e90ab22@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43521/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-doctest.py b/tests/test-doctest.py --- a/tests/test-doctest.py +++ b/tests/test-doctest.py @@ -82,6 +82,7 @@ testmod('mercurial.url') testmod('mercurial.util') testmod('mercurial.util', testtarget='platform') +testmod('mercurial.utils.dateutil') testmod('mercurial.utils.stringutil') testmod('hgext.convert.convcmd') testmod('hgext.convert.cvsps')