Class: GemsStatus::HgCheckMessages
- Inherits:
-
ScmCheckMessages
- Object
- ScmCheckMessages
- GemsStatus::HgCheckMessages
- Defined in:
- lib/gems-status/checkers/hg_check_messages.rb
Constant Summary
Constants inherited from ScmCheckMessages
Instance Method Summary collapse
-
#initialize ⇒ HgCheckMessages
constructor
A new instance of HgCheckMessages.
Methods inherited from ScmCheckMessages
Constructor Details
#initialize ⇒ HgCheckMessages
Returns a new instance of HgCheckMessages.
8 9 10 11 12 |
# File 'lib/gems-status/checkers/hg_check_messages.rb', line 8 def initialize Mercurial.configure do |conf| conf.hg_binary_path = "/usr/bin/hg" end end |