mirror of
https://github.com/gosticks/brew.git
synced 2026-08-28 12:30:31 +00:00
download_strategy: use short hash for mercurial
This commit is contained in:
@@ -913,7 +913,7 @@ class MercurialDownloadStrategy < VCSDownloadStrategy
|
||||
end
|
||||
|
||||
def last_commit
|
||||
Utils.popen_read("hg", "parent", "--template", "{node}", "-R", cached_location.to_s)
|
||||
Utils.popen_read("hg", "parent", "--template", "{node|short}", "-R", cached_location.to_s)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user