mercurial/admin_commands.py
branchstable
changeset 51612 a93e60ebea09
parent 51500 d4095f7b000a
child 51860 1c5810ce737e
equal deleted inserted replaced
51611:2a27b921cd91 51612:a93e60ebea09
    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)