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/revlogutils/__init__.py
author
Martin von Zweigbergk <martinvonz@google.com>
Sat, 12 Oct 2019 15:12:54 -0700
changeset 43221
0e2a2fab4b2e
parent 39329
729082bb9938
child 43524
a7c0c5b5a50f
permissions
-rw-r--r--
fix: remove a never-true check for unset pattern in Fixer.affects() We don't create an instance of a Fixer if the pattern is None, so we don't need to check that in affects(). Differential Revision: https://phab.mercurial-scm.org/D7086