Show More
@@ -526,7 +526,7 b' def annotate(ui, repo, *pats, **opts):' | |||
|
526 | 526 | ) |
|
527 | 527 | |
|
528 | 528 | def bad(x, y): |
|
529 |
raise error. |
|
|
529 | raise error.InputError(b"%s: %s" % (x, y)) | |
|
530 | 530 | |
|
531 | 531 | m = scmutil.match(ctx, pats, opts, badfn=bad) |
|
532 | 532 |
General Comments 0
You need to be logged in to leave comments.
Login now