Show More
@@ -723,7 +723,7 b' def matchandpats(ctx, pats=[], opts={}, ' | |||||
723 | m = ctx.match(pats, opts.get('include'), opts.get('exclude'), |
|
723 | m = ctx.match(pats, opts.get('include'), opts.get('exclude'), | |
724 | default) |
|
724 | default) | |
725 | def badfn(f, msg): |
|
725 | def badfn(f, msg): | |
726 |
ctx. |
|
726 | ctx.repo().ui.warn("%s: %s\n" % (m.rel(f), msg)) | |
727 | m.bad = badfn |
|
727 | m.bad = badfn | |
728 | return m, pats |
|
728 | return m, pats | |
729 |
|
729 |
General Comments 0
You need to be logged in to leave comments.
Login now