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

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

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.

Summary ID
Move ConsoleUI out of rb-site and into a utility module.
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.
a122bffd5b99ef342d5c2c50724fbf032096b0e5
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (eab2756)
Loading...