flake8
passed.
JSHint
passed.
Review Request #9527 — Created Jan. 24, 2018 and submitted
For development, RBTools depends on
hgsubversion, which depends on any
version ofmercurial. However, the latest version ofmercurialdoes
not work on Python 2.6.This change explicitly lists
mercurialas a dependency and adds
version specifiers to cap the version on Python 2.6.
Tested installation on Python 2.6 and 2.7.