Show More
@@ -2044,7 +2044,7 b' def log(ui, repo, *pats, **opts):' | |||||
2044 | if only_branches and ctx.branch() not in only_branches: |
|
2044 | if only_branches and ctx.branch() not in only_branches: | |
2045 | continue |
|
2045 | continue | |
2046 |
|
2046 | |||
2047 | if df and not df(ctx.date()): |
|
2047 | if df and not df(ctx.date()[0]): | |
2048 | continue |
|
2048 | continue | |
2049 |
|
2049 | |||
2050 | if opts.get('keyword'): |
|
2050 | if opts.get('keyword'): |
General Comments 0
You need to be logged in to leave comments.
Login now