flake8
passed.
JSHint
passed.
Review Request #9398 — Created Nov. 26, 2017 and discarded
Added the
hgcase toLoadConfig, this allows Hg repos to be defined
in the config file. TheHgRepositorytype has been created and
currently supportsGetName,GetPath,GetFile&GetFileByCommit.
Interactions with Hg repos are done through Mercurial's command server
throughgohg.
httpiewas used to sendGetName,GetPath,GetFile&
GetFileByCommit. GET requests requesting information from an Hg repo.
Each request yielded the expected result.