Skip to content
Snippets Groups Projects
Unverified Commit 5ddee350 authored by Vlad Shablinsky's avatar Vlad Shablinsky Committed by Xu Cheng
Browse files

download_strategy: use short hash for mercurial

parent 09d21ad2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment