changeset 14671 | 35c2cc322ba8 |
parent 14322 | a90131b85fd8 |
child 16231 | ce292f1379ba |
--- a/hgext/churn.py Sat Jun 18 16:52:51 2011 -0500 +++ b/hgext/churn.py Sat Jun 18 16:52:51 2011 -0500 @@ -54,7 +54,7 @@ if opts.get('date'): df = util.matchdate(opts['date']) - m = scmutil.match(repo, pats, opts) + m = scmutil.match(repo[None], pats, opts) def prep(ctx, fns): rev = ctx.rev() if df and not df(ctx.date()[0]): # doesn't match date format