• 
      

    Move ConsoleUI out of rb-site and into a utility module.

    Review Request #11408 — Created Jan. 26, 2021 and submitted — Latest diff uploaded

    Information

    Review Board
    release-4.0.x

    Reviewers

    This change moves the ConsoleUI class from rb-site out into
    reviewboard.cmdline.utils.console. This cleans up rb-site's code and
    is a stepping stone toward rethinking some of that interface to benefit
    our other command line tools.

    No logic has been changed in ConsoleUI. This is a purely mechanical
    change.

    Ran a full rb-site install, rb-site upgrade, and rb-site --help.
    Everything worked as before, and output was as expected.

    Commits

    Files