Skip to content

Commit

Permalink
Disable ChangeLog build task of hoe-mercurial in favour of our own.
Browse files Browse the repository at this point in the history
Previously both tasks were triggered, which broke 'rake gem:windows' from git repository.
  • Loading branch information
larskanis committed Jun 19, 2017
1 parent 1006a0e commit 9cf94b2
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 @@ -155,6 +155,7 @@ end
file '.hg/branch' do
warn "WARNING: You need the Mercurial repo to update the ChangeLog"
end
Rake::Task["ChangeLog"].clear
file 'ChangeLog' do |task|
if File.exist?('.hg/branch')
$stderr.puts "Updating the changelog..."
Expand Down

0 comments on commit 9cf94b2

Please sign in to comment.