Skip to content

Commit

Permalink
Add include for Hoe::MercurialHelpers as a temporary solution for the…
Browse files Browse the repository at this point in the history
… error:

    Packaging tasks require the hoe-mercurial plugin (gem install hoe-mercurial)
  • Loading branch information
larskanis committed Aug 20, 2015
1 parent 0911cc6 commit 2e74300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ file 'ChangeLog' do |task|
if File.exist?('.hg/branch')
$stderr.puts "Updating the changelog..."
begin
include Hoe::MercurialHelpers
content = make_changelog()
rescue NameError
abort "Packaging tasks require the hoe-mercurial plugin (gem install hoe-mercurial)"
Expand Down

0 comments on commit 2e74300

Please sign in to comment.