Downloads:
79,034
Downloads of v 6.2.0:
3,530
Last Update:
27 Jul 2022
Package Maintainer(s):
Software Author(s):
- Steve Borho
Tags:
hg mercurial scm revision-control admin- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TortoiseHg
- 1
- 2
- 3
6.2.0 | Updated: 27 Jul 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
79,034
Downloads of v 6.2.0:
3,530
Software Author(s):
- Steve Borho
TortoiseHg 6.2.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Steve Borho. The inclusion of Steve Borho trademark(s), if any, upon this webpage is solely to identify Steve Borho goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TortoiseHg, run the following command from the command line or from PowerShell:
To upgrade TortoiseHg, run the following command from the command line or from PowerShell:
To uninstall TortoiseHg, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tortoisehg --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tortoisehg -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade tortoisehg -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tortoisehg
win_chocolatey:
name: tortoisehg
version: '6.2.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tortoisehg' do
action :install
source 'INTERNAL REPO URL'
version '6.2.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tortoisehg
{
Name = "tortoisehg"
Version = "6.2.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tortoisehg':
ensure => '6.2.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 22 Oct 2024.
TortoiseHg is a set of graphical tools and a shell extension for the Mercurial distributed revision control system.
TortoiseHg consists of a shell extension, which provides overlay icons and context menus in your file explorer, and a command line program named thg.exe which can launch the TortoiseHg tools. Binary packages of TortoiseHg for Windows come with Mercurial and a merge tool and are thus completely ready for use "Out of the Box".
TortoiseHg is primarily written in Python and PyQt (the Windows shell extension being the notable exception). The thg script and TortoiseHg dialogs can be used on any platform that supports PyQt, including Mac OS X.
User Documentation
Frequently Asked Questions (FAQ)
Screenshots
Developer documentation
$packageName = 'tortoisehg'
$packageSearch = "$packageName"
$installerType = 'msi'
$silentArgs = '/quiet /qn /norestart'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($_.PSChildName) $silentArgs" `
-ValidExitCodes $validExitCodes }
Log in or click on link to see number of positives.
- tortoisehg.6.2.0.nupkg (f6e80f462ab2) - ## / 60
- tortoisehg-6.2-x64.msi (f21f8ffde40a) - ## / 59
- tortoisehg-6.2-x86.msi (cdc3ff3e62d7) - ## / 59
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TortoiseHg 6.2.0 | 3530 | Wednesday, July 27, 2022 | Approved | |
TortoiseHg 6.1.0 | 1500 | Tuesday, April 5, 2022 | Approved | |
TortoiseHg 6.0.0 | 1250 | Tuesday, December 14, 2021 | Approved | |
TortoiseHg 5.9.2 | 894 | Wednesday, October 13, 2021 | Approved | |
TortoiseHg 5.8.1 | 1056 | Wednesday, July 21, 2021 | Approved | |
TortoiseHg 5.8.0 | 711 | Tuesday, June 15, 2021 | Approved | |
TortoiseHg 5.7.1 | 1082 | Wednesday, March 31, 2021 | Approved | |
TortoiseHg 5.7.0 | 866 | Wednesday, February 10, 2021 | Approved | |
TortoiseHg 5.6.1 | 1039 | Monday, December 7, 2020 | Approved | |
TortoiseHg 5.6.0 | 849 | Wednesday, November 4, 2020 | Approved | |
TortoiseHg 5.5.2 | 560 | Friday, October 16, 2020 | Approved | |
TortoiseHg 5.4.2 | 1513 | Tuesday, July 14, 2020 | Approved | |
TortoiseHg 5.4.1 | 162 | Tuesday, July 14, 2020 | Approved | |
TortoiseHg 5.1.0 | 947 | Monday, June 8, 2020 | Approved | |
TortoiseHg 5.0.2 | 3662 | Thursday, July 25, 2019 | Approved | |
TortoiseHg 4.9.1 | 1869 | Monday, April 15, 2019 | Approved | |
TortoiseHg 4.9.0 | 1236 | Friday, March 8, 2019 | Approved | |
TortoiseHg 4.8.2 | 2153 | Monday, February 4, 2019 | Approved | |
TortoiseHg 4.6.1 | 2830 | Thursday, August 2, 2018 | Approved | |
TortoiseHg 4.5.2 | 2260 | Thursday, March 29, 2018 | Approved | |
TortoiseHg 4.1 | 4456 | Wednesday, April 12, 2017 | Approved | |
TortoiseHg 4.0.2 | 2029 | Sunday, January 22, 2017 | Approved | |
TortoiseHg 4.0.1 | 1594 | Wednesday, December 21, 2016 | Approved | |
TortoiseHg 4.0 | 1326 | Tuesday, November 8, 2016 | Approved | |
TortoiseHg 3.9.2 | 931 | Thursday, October 20, 2016 | Approved | |
TortoiseHg 3.9 | 1953 | Tuesday, August 2, 2016 | Approved | |
TortoiseHg 3.8.4 | 690 | Wednesday, July 20, 2016 | Approved | |
TortoiseHg 3.8.3 | 455 | Thursday, June 2, 2016 | Approved | |
TortoiseHg 3.8.1 | 437 | Thursday, May 5, 2016 | Approved | |
TortoiseHg 3.7.3.20160412 | 902 | Tuesday, April 12, 2016 | Approved | |
TortoiseHg 3.7.2.20160313 | 1011 | Sunday, March 13, 2016 | Approved | |
TortoiseHg 3.7.2 | 462 | Sunday, March 13, 2016 | Approved | |
TortoiseHg 3.7.1 | 1621 | Friday, February 5, 2016 | Approved | |
TortoiseHg 3.6.3 | 1022 | Thursday, January 14, 2016 | Approved | |
TortoiseHg 3.6.2 | 1177 | Monday, December 14, 2015 | Approved | |
TortoiseHg 3.6.1 | 896 | Friday, November 20, 2015 | Approved | |
TortoiseHg 3.6 | 690 | Monday, November 9, 2015 | Approved | |
TortoiseHg 3.5.2 | 1183 | Saturday, October 10, 2015 | Approved | |
TortoiseHg 3.5.1 | 953 | Friday, September 11, 2015 | Approved | |
TortoiseHg 3.5 | 1059 | Tuesday, August 11, 2015 | Approved | |
TortoiseHg 3.4.2 | 1045 | Wednesday, July 15, 2015 | Approved | |
TortoiseHg 3.4.1 | 1153 | Thursday, June 4, 2015 | Approved | |
TortoiseHg 3.4 | 948 | Sunday, May 10, 2015 | Approved | |
TortoiseHg 3.3.3 | 784 | Thursday, April 2, 2015 | Approved | |
TortoiseHg 3.3.2 | 1088 | Tuesday, March 10, 2015 | Approved | |
tortoisehg 3.2.3 | 1315 | Wednesday, January 14, 2015 | Approved | |
tortoisehg 3.2.2 | 490 | Wednesday, January 14, 2015 | Approved | |
tortoisehg 3.2.1 | 629 | Wednesday, January 14, 2015 | Approved | |
tortoisehg 3.2.0 | 1327 | Monday, November 10, 2014 | Approved | |
tortoisehg 3.1.2.2 | 672 | Wednesday, November 5, 2014 | Approved | |
tortoisehg 3.1.2.1 | 548 | Wednesday, November 5, 2014 | Approved | |
tortoisehg 3.1.2 | 598 | Monday, November 3, 2014 | Approved | |
tortoisehg 3.1.1 | 1061 | Thursday, September 25, 2014 | Approved | |
tortoisehg 3.1.0 | 467 | Thursday, September 25, 2014 | Approved | |
tortoisehg 3.0.2 | 477 | Thursday, September 25, 2014 | Approved | |
tortoisehg 3.0.1 | 1274 | Friday, June 6, 2014 | Approved | |
tortoisehg 3.0.0 | 646 | Tuesday, May 13, 2014 | Approved | |
tortoisehg 2.11.2 | 698 | Thursday, April 24, 2014 | Approved | |
tortoisehg 2.11.0 | 903 | Friday, February 28, 2014 | Approved | |
tortoisehg 2.10.0 | 1198 | Monday, November 4, 2013 | Approved | |
tortoisehg 2.9.1 | 699 | Wednesday, September 25, 2013 | Approved | |
tortoisehg 2.8.0 | 1218 | Tuesday, May 7, 2013 | Approved | |
tortoisehg 2.7.0.0 | 792 | Saturday, March 2, 2013 | Approved | |
tortoisehg 2.5.0.0 | 910 | Wednesday, October 3, 2012 | Approved | |
tortoisehg 2.2.3.1 | 932 | Tuesday, November 29, 2011 | Approved | |
tortoisehg 2.2.3 | 541 | Monday, November 21, 2011 | Approved | |
tortoisehg 2.2.2 | 544 | Monday, November 21, 2011 | Approved | |
tortoisehg 2.2.1 | 520 | Wednesday, November 16, 2011 | Approved | |
tortoisehg 2.2.0 | 564 | Monday, November 14, 2011 | Approved |
© Steve Borho
This package has no dependencies.
Ground Rules:
- This discussion is only about TortoiseHg and the TortoiseHg package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TortoiseHg, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.