Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
thg-website
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
TortoiseHg
thg-website
Commits
9c33832e2f7c
There was an error fetching the commit references. Please try again later.
Commit
9c33832e2f7c
authored
1 year ago
by
Matt Harbison
Browse files
Options
Downloads
Patches
Plain Diff
curversion: update for 6.5.1
parent
5942afd3a36f
No related branches found
No related tags found
No related merge requests found
Pipeline
#70176
passed with stage
in 1 minute and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
curversion.txt
+5
-5
5 additions, 5 deletions
curversion.txt
templates/index.html
+2
-0
2 additions, 0 deletions
templates/index.html
templates/js/download.js.tmpl
+3
-3
3 additions, 3 deletions
templates/js/download.js.tmpl
with
10 additions
and
8 deletions
curversion.txt
+
5
−
5
View file @
9c33832e
6.
4.5
6.
5.1
https://tortoisehg.bitbucket.io/download/index.html
x86:https://tortoisehg.bitbucket.io/download/windows.html#win32
x64:https://tortoisehg.bitbucket.io/download/windows.html#win64
linux2:https://tortoisehg.bitbucket.io/download/linux.html
darwin:https://tortoisehg.bitbucket.io/download/mac.html
dl/x86:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.
4.5
-x86.msi
dl/x64:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.
4.5
-x64.msi
dl/tarball:https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.
4.5
.tar.gz
dl/darwin:https://www.mercurial-scm.org/release/tortoisehg/macos/TortoiseHg-6.
4.5
-mac-x64-qt5.dmg
dl/x86:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.
5.1
-x86.msi
dl/x64:https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-6.
5.1
-x64.msi
dl/tarball:https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.
5.1
.tar.gz
dl/darwin:https://www.mercurial-scm.org/release/tortoisehg/macos/TortoiseHg-6.
5.1
-mac-x64-qt5.dmg
This diff is collapsed.
Click to expand it.
templates/index.html
+
2
−
0
View file @
9c33832e
...
...
@@ -34,7 +34,9 @@
<h2>
{% trans "News" %}
</h2>
<p>
The last version with python 2.7 support is 6.1.3. This is also the last version that supports Windows 7.
6.2 and later bundle python 3.9.x, and require Windows 10 or later.
</p>
<p>
The hg-git extension has not yet been updated to work with 6.5.
</p>
<ul>
<li>
2023-08-11: {% trans "TortoiseHg (with Mercurial) 6.5.1 released" %}
</li>
<li>
2023-07-12: {% trans "TortoiseHg (with Mercurial) 6.4.5 released" %}
</li>
<li>
2023-04-19: {% trans "TortoiseHg (with Mercurial) 6.4.2 released" %}
</li>
<li>
2023-04-11: {% trans "TortoiseHg (with Mercurial) 6.4 released" %}
</li>
...
...
This diff is collapsed.
Click to expand it.
templates/js/download.js.tmpl
+
3
−
3
View file @
9c33832e
{% load i18n %}
var info = {
x64: {keywords: ['win64', 'wow64'],
desc: '{% trans "6.
4.5
for Windows 64-bit" %}',
desc: '{% trans "6.
5.1
for Windows 64-bit" %}',
url: '{{ dl.x64 }}'},
linux2: {keywords: ['linux', 'sunos', 'hp-ux'],
desc: '{% trans "6.
4.5
for Linux" %}',
desc: '{% trans "6.
5.1
for Linux" %}',
url: '{{ dl.linux2 }}'},
darwin: {keywords: ['mac'],
desc: '{% trans "6.
4.5
for Mac OS X" %}',
desc: '{% trans "6.
5.1
for Mac OS X" %}',
url: '{{ dl.darwin }}'}}
var pf = window.navigator.platform.toLowerCase();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment