hgext/churn.py
changeset 8228 eee2319c5895
parent 8225 46293a0c7e9f
child 8254 f108e89400d8
equal deleted inserted replaced
8227:0a9542703300 8228:eee2319c5895
     3 # Copyright 2006 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
     3 # Copyright 2006 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
     4 # Copyright 2008 Alexander Solovyov <piranha@piranha.org.ua>
     4 # Copyright 2008 Alexander Solovyov <piranha@piranha.org.ua>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2, incorporated herein by reference.
     7 # GNU General Public License version 2, incorporated herein by reference.
       
     8 
     8 '''command to show certain statistics about revision history'''
     9 '''command to show certain statistics about revision history'''
     9 
    10 
    10 from mercurial.i18n import _
    11 from mercurial.i18n import _
    11 from mercurial import patch, cmdutil, util, templater
    12 from mercurial import patch, cmdutil, util, templater
    12 import sys
    13 import sys