Ensure SSH is given a valid port number.

Review Request #7619 — Created Sept. 8, 2015 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x

Reviewers

When an invalid port is given in a repository path, a cryptic error message was shown.

The change provides a better error message to the user when an invalid port is in the repository path.

Ran unit tests.

Manually verified that the error message was displayed upon replication.

Changes between revision 2 and 3

orig
1
2
3
4
5
6
7
8
9
reviewboard/ssh/errors.py
reviewboard/ssh/utils.py
Loading...