Class: Berkshelf::HgLocation::HgNotInstalled

Inherits:
HgError
  • Object
show all
Defined in:
lib/berkshelf/locations/hg.rb

Instance Method Summary collapse

Constructor Details

#initializeHgNotInstalled

Returns a new instance of HgNotInstalled.



11
12
13
14
15
# File 'lib/berkshelf/locations/hg.rb', line 11

def initialize
  super 'You need to install Mercurial before you can download ' \
    'cookbooks from hg repositories. For more information, please ' \
    'see the Mercurial docs: http://mercurial.selenic.com/wiki/Download.'
end