Mercurial 64 bit 1.9.1

Full internal name:com.selenic.mercurial.Mercurial64
Project site:https://www.mercurial-scm.org/
Screen shots:
Download: Download Mercurial 64 bit 1.9.1

https://www.mercurial-scm.org/release/windows/mercurial-1.9.1-x64.msi

VirusTotal results
Change log:https://www.mercurial-scm.org//wiki/WhatsNew
Description:

file versioning

Tags: hg

License:GPLv2
Version:1.9.1
SHA-1 or SHA-256:7042bb4326c67017a4b735229905a3a04a4439c4
Type:one file
Dependencies:
Tags:download-failed-1
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
copy "%setup%" .Npackd
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /i "%setup%" INSTALLDIR="%CD%" ALLUSERS=1
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%

"%clu%\clu" add-path --path "%CD%"
verify
.Npackd\Uninstall.bat:
move .Npackd\*.msi .
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /x "%setup%"
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%

"%clu%\clu" remove-path --path "%CD%"
verify
Last modified:Sat May 15 09:29:55 UTC 2021
Last modified by:tim.lebedk...
Created:Mon Feb 02 21:44:47 UTC 2015
Created by:tim.lebedk...
Automated tests:1 of 1 installations succeeded, 1 of 1 removals succeeded