Mercurial > public > mercurial-scm > hg
diff tests/test-doctest.py @ 34215:b4abc438a8c9
py3: iterate bytes as a byte string in store.lowerencode()
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 03 Sep 2017 17:28:47 +0900 |
parents | dfd009e5f9f2 |
children | aa877860d4d7 |
line wrap: on
line diff
--- a/tests/test-doctest.py Sun Sep 03 17:27:50 2017 +0900 +++ b/tests/test-doctest.py Sun Sep 03 17:28:47 2017 +0900 @@ -63,7 +63,7 @@ testmod('mercurial.pycompat') testmod('mercurial.revsetlang') testmod('mercurial.smartset') -testmod('mercurial.store', py3=False) # py3: bytes[n] +testmod('mercurial.store') testmod('mercurial.subrepo') testmod('mercurial.templatefilters') testmod('mercurial.templater')