equal
deleted
inserted
replaced
45 # Done in two times so the execution is separated from the resolving step |
45 # Done in two times so the execution is separated from the resolving step |
46 for name, func in sorted(funcs.items(), key=lambda x: x[0]): |
46 for name, func in sorted(funcs.items(), key=lambda x: x[0]): |
47 ui.status(_(b"running %s\n") % name) |
47 ui.status(_(b"running %s\n") % name) |
48 errors = func() |
48 errors = func() |
49 if errors: |
49 if errors: |
50 ui.warn(_(b"found %d errors\n") % len(errors)) |
50 ui.warn(_(b"found %d errors\n") % errors) |