hgext/churn.py
changeset 8934 9dda4c73fc3b
parent 8894 868670dbc237
child 9032 1fa80c5428b8
child 9388 f7968bba2307
equal deleted inserted replaced
8933:6176ca261f86 8934:9dda4c73fc3b
     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 
     9 '''display statistics about repository history'''
     9 '''command to display statistics about repository history'''
    10 
    10 
    11 from mercurial.i18n import _
    11 from mercurial.i18n import _
    12 from mercurial import patch, cmdutil, util, templater
    12 from mercurial import patch, cmdutil, util, templater
    13 import sys, os
    13 import sys, os
    14 import time, datetime
    14 import time, datetime