summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Hg.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-5/+6
| | | | | | | | | | This removes most blanket except: clauses from all plugins, including the base plugin libraries, and bcfg2-lint. The few that remain should all be necessary. Most of the changes were quite minor, but this did require some restructuring of the CfgPrivateKeyCreator; as a result, the tests for that module were rewritten.
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
|
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-1/+1
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-7/+6
| | | | directory than the repo root
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-29/+16
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+45
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>