hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 18 Jul 2015 10:29:37 -0700
changeset 25822 00e3f909907f
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
revlog: add support for a callback whenever revisions are added A subsequent patch will add a feature that performs iterative computation as changesets are added from a changegroup. To facilitate this type of processing in a generic manner, we add a mechanism for calling a function whenever a revision is added via revlog.addgroup(). There are potential performance concerns with this callback, as using it will flush the revlog after every revision is added.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder