equal
deleted
inserted
replaced
1028 results = {} |
1028 results = {} |
1029 |
1029 |
1030 def prep(ctx, fns): |
1030 def prep(ctx, fns): |
1031 d = ctx.date() |
1031 d = ctx.date() |
1032 if df(d[0]): |
1032 if df(d[0]): |
1033 results[rev] = d |
1033 results[ctx.rev()] = d |
1034 |
1034 |
1035 for ctx in walkchangerevs(repo, m, {'rev': None}, prep): |
1035 for ctx in walkchangerevs(repo, m, {'rev': None}, prep): |
1036 rev = ctx.rev() |
1036 rev = ctx.rev() |
1037 if rev in results: |
1037 if rev in results: |
1038 ui.status(_("Found revision %s from %s\n") % |
1038 ui.status(_("Found revision %s from %s\n") % |