contrib/python-hook-examples.py
changeset 43076 2372284d9457
parent 39895 1a184b727aff
child 45942 89a2afe31e82
equal deleted inserted replaced
43075:57875cf423c9 43076:2372284d9457
     4 from __future__ import absolute_import
     4 from __future__ import absolute_import
     5 from mercurial import (
     5 from mercurial import (
     6     patch,
     6     patch,
     7     util,
     7     util,
     8 )
     8 )
       
     9 
     9 
    10 
    10 def diffstat(ui, repo, **kwargs):
    11 def diffstat(ui, repo, **kwargs):
    11     '''Example usage:
    12     '''Example usage:
    12 
    13 
    13     [hooks]
    14     [hooks]