hgext/churn.py
changeset 10905 13a1b2fb7ef2
parent 10821 a6ac91c313af
child 11264 30c620e48d1c
equal deleted inserted replaced
10903:cd21bf199d17 10905:13a1b2fb7ef2
     8 
     8 
     9 '''command to 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 os
    14 import time, datetime
    14 import time, datetime
    15 
    15 
    16 def maketemplater(ui, repo, tmpl):
    16 def maketemplater(ui, repo, tmpl):
    17     tmpl = templater.parsestring(tmpl, quoted=False)
    17     tmpl = templater.parsestring(tmpl, quoted=False)
    18     try:
    18     try: