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.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 9. See what's changed.

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