hgext/churn.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
child 50872 5a22b2594d96
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     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 or any later version.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 '''command to display statistics about repository history'''
     9 '''command to display statistics about repository history'''
    10 
    10 
    11 from __future__ import absolute_import, division
       
    12 
    11 
    13 import datetime
    12 import datetime
    14 import os
    13 import os
    15 import time
    14 import time
    16 
    15