Class: GemsStatus::HgCheckMessages

Inherits:
ScmCheckMessages show all
Defined in:
lib/gems-status/checkers/hg_check_messages.rb

Constant Summary

Constants inherited from ScmCheckMessages

ScmCheckMessages::MAX_RETRIES

Instance Method Summary collapse

Methods inherited from ScmCheckMessages

#check_messages

Constructor Details

#initializeHgCheckMessages

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