-
Notifications
You must be signed in to change notification settings - Fork 4
/
tortoisehg.nuspec
32 lines (29 loc) · 2.17 KB
/
tortoisehg.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tortoisehg</id>
<version>6.2.0</version>
<title>TortoiseHg</title>
<authors>Steve Borho</authors>
<owners>Thieum</owners>
<licenseUrl>https://foss.heptapod.net/mercurial/tortoisehg/thg/-/blob/branch/stable/COPYING.txt</licenseUrl>
<projectUrl>https://tortoisehg.bitbucket.io/</projectUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/36f12da334cc567ab7a147f0698cb0dcaca042ad/icons/tortoisehg.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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](https://tortoisehg.readthedocs.io/en/latest/index.html)
[Frequently Asked Questions (FAQ)](http://tortoisehg.readthedocs.org/en/latest/faq.html)
[Screenshots](https://tortoisehg.readthedocs.io/en/latest/quick.html)
[Developer documentation](https://foss.heptapod.net/mercurial/tortoisehg/thg/-/blob/branch/stable/CONTRIBUTING.txt)</description>
<summary>Mercurial source control management client implemented as File Explorer shell extension</summary>
<releaseNotes>#### Program
* https://foss.heptapod.net/mercurial/tortoisehg/thg/-/releases
</releaseNotes>
<copyright>© Steve Borho</copyright>
<tags>hg mercurial scm revision-control admin</tags>
<projectSourceUrl>https://foss.heptapod.net/mercurial/tortoisehg/thg</projectSourceUrl>
<packageSourceUrl>https://github.com/Thieum/ChocolateyPackages/tree/master/tortoisehg</packageSourceUrl>
</metadata>
</package>