Mercurial
Mercurial
>
hg-stable
/ 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/templates/spartan/__init__.py
author
Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:26:48 +0200
changeset 47188
58ef549ae55f
parent 45324
f55c47f41b8e
permissions
-rw-r--r--
revlog: directly use self._format_flags when loading index The shorthand variable does not bring much, so we drop it to simplify the code. Differential Revision: https://phab.mercurial-scm.org/D10600