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
.
hgext/__init__.py
author
Martin von Zweigbergk <martinvonz@google.com>
Thu, 19 Mar 2015 09:12:21 -0700
changeset 24391
6c3a93e690c7
parent 1360
7d439981bec4
child 28450
155e3308289c
permissions
-rw-r--r--
walkchangerevs: make followfilter a top-level class The class only depends on the 'repo' variable in the closure, so let's move the class out of the function and make it explicit that that (the repo) is all it needs.
# placeholder