hgext/churn.py
changeset 6841 05a62e8ddf3d
parent 6421 ecde0baee570
child 6843 b114a8c7998f
equal deleted inserted replaced
6837:e30c56f337b1 6841:05a62e8ddf3d
   200     "churn":
   200     "churn":
   201     (churn,
   201     (churn,
   202      [('r', 'rev', [], _('limit statistics to the specified revisions')),
   202      [('r', 'rev', [], _('limit statistics to the specified revisions')),
   203       ('', 'aliases', '', _('file with email aliases')),
   203       ('', 'aliases', '', _('file with email aliases')),
   204       ('', 'progress', None, _('show progress'))],
   204       ('', 'progress', None, _('show progress'))],
   205     'hg churn [-r revision range] [-a file] [--progress]'),
   205     'hg churn [-r REVISIONS] [--aliases FILE] [--progress]'),
   206 }
   206 }