Mercurial > public > mercurial-scm > hg-stable
diff mercurial/revlog.py @ 16762:93f8b9565257
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.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 21 May 2012 16:36:09 -0500 |
parents | 67964cda8701 |
children | 2631cd5dd244 |
line wrap: on
line diff