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/utils/__init__.py
author
Yuya Nishihara <yuya@tcha.org>
Thu, 15 Mar 2018 21:52:47 +0900
changeset 37106
be3f33f5e232
parent 36636
c6061cadb400
permissions
-rw-r--r--
templater: switch 'revcache' based on new mapping items It was pretty easy to leave a stale 'revcache' when switching 'ctx'. Let's make it be automatically replaced.