mercurial/__init__.py
author Augie Fackler <augie@google.com>
Wed, 26 Aug 2015 10:20:07 -0400
changeset 26107 50582df9d7a7
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
parsers: fix two cases of unsigned long instead of Py_ssize_t We had to do this before because Python 2.4 didn't understand the n format specifier in Py_BuildValue and friends. We no longer have that problem.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: