Show More
@@ -1030,7 +1030,7 b' def finddate(ui, repo, date):' | |||||
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() |
General Comments 0
You need to be logged in to leave comments.
Login now