dependency_collector: don't use hg alias.

This commit is contained in:
Mike McQuaid 2017-12-29 17:51:02 +00:00
parent 51114139e1
commit 05329fc08d

View File

@ -153,7 +153,7 @@ class DependencyCollector
elsif strategy <= SubversionDownloadStrategy elsif strategy <= SubversionDownloadStrategy
SubversionRequirement.new(tags) SubversionRequirement.new(tags)
elsif strategy <= MercurialDownloadStrategy elsif strategy <= MercurialDownloadStrategy
Dependency.new("hg", tags) Dependency.new("mercurial", tags)
elsif strategy <= FossilDownloadStrategy elsif strategy <= FossilDownloadStrategy
Dependency.new("fossil", tags) Dependency.new("fossil", tags)
elsif strategy <= BazaarDownloadStrategy elsif strategy <= BazaarDownloadStrategy