hgext/churn.py
changeset 48875 6000f5b25c9b
parent 46430 b84c3d43ff2e
child 50872 5a22b2594d96
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     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