mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Mon, 21 May 2012 16:36:09 -0500
changeset 16762 93f8b9565257
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
revlog: don't handle long for revision matching The underlying C code doesn't support indexing by longs, there are no legitimate reasons to use a long, and longs should generally be converted to ints at a higher level by context's constructor.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: