dependency_collector: don't use hg alias.
This commit is contained in:
parent
51114139e1
commit
05329fc08d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user