hgext/churn.py
changeset 40293 c303d65d2e34
parent 40264 12e2e5cd5777
child 43076 2372284d9457
equal deleted inserted replaced
40292:9c6473d2038b 40293:c303d65d2e34
   114     ('s', 'sort', False, _('sort by key (default: sort by count)')),
   114     ('s', 'sort', False, _('sort by key (default: sort by count)')),
   115     ('', 'diffstat', False, _('display added/removed lines separately')),
   115     ('', 'diffstat', False, _('display added/removed lines separately')),
   116     ('', 'aliases', '', _('file with email aliases'), _('FILE')),
   116     ('', 'aliases', '', _('file with email aliases'), _('FILE')),
   117     ] + cmdutil.walkopts,
   117     ] + cmdutil.walkopts,
   118     _("hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"),
   118     _("hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"),
       
   119     helpcategory=command.CATEGORY_MAINTENANCE,
   119     inferrepo=True)
   120     inferrepo=True)
   120 def churn(ui, repo, *pats, **opts):
   121 def churn(ui, repo, *pats, **opts):
   121     '''histogram of changes to the repository
   122     '''histogram of changes to the repository
   122 
   123 
   123     This command will display a histogram representing the number
   124     This command will display a histogram representing the number