Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/pure/__init__.py
author
Raphaël Gomès <rgomes@octobus.net>
Thu, 28 Jan 2021 15:26:33 +0100
changeset 46407
095fa99ae5f5
parent 16438
28a90cdf0ca0
permissions
-rw-r--r--
revlog: prepare pure parser for being overloaded The current class uses module-level variables which don't allow for reusing the current logic for a slightly different revlog version. Differential Revision: https://phab.mercurial-scm.org/D9903