Mercurial > public > mercurial-scm > hg
log mercurial/dagparser.py @ 35320:d901a88891fe
age | author | description |
---|---|---|
Sun, 03 Sep 2017 15:32:45 +0900 | Yuya Nishihara | py3: iterate bytes as a byte string in dagparser.py |
Sun, 03 Sep 2017 15:28:39 +0900 | Yuya Nishihara | py3: wrap string constants in dagparser.py with bytestr() |
Sun, 03 Sep 2017 15:25:50 +0900 | Yuya Nishihara | py3: drop use of str() in dagparser.py |
Sun, 03 Sep 2017 15:22:54 +0900 | Yuya Nishihara | dagparser: fix variable name in error message |
Sun, 03 Sep 2017 15:16:01 +0900 | Yuya Nishihara | doctest: upgrade old-style "except" clause |
Sun, 03 Sep 2017 14:56:31 +0900 | Yuya Nishihara | doctest: use print_function and convert bytes to unicode where needed |
Sun, 03 Sep 2017 14:32:11 +0900 | Yuya Nishihara | doctest: bulk-replace string literals with b'' for Python 3 |