[PATCH] settings: use the current url for iniparse

7 views
Skip to first unread message

Antonio Muci

unread,
Jun 27, 2023, 6:39:28 AM6/27/23
to thg...@googlegroups.com, a....@inwind.it
# HG changeset patch
# User Antonio Muci <a....@inwind.it>
# Date 1686350806 -7200
# Sat Jun 10 00:46:46 2023 +0200
# Node ID 753498695f56655ae10ce2c010bb0999162e9168
# Parent f92517eeefeda33658e976fb1aa67376ab368a19
settings: use the current url for iniparse

Google code is long gone. Iniparse now lives at
https://github.com/candlepin/python-iniparse. It can be seen looking at
https://pypi.org/project/iniparse

diff --git a/tortoisehg/hgqt/settings.py b/tortoisehg/hgqt/settings.py
--- a/tortoisehg/hgqt/settings.py
+++ b/tortoisehg/hgqt/settings.py
@@ -1322,7 +1322,7 @@ class SettingsDialog(QDialog):
qtlib.ErrorMsgBox(_('Iniparse package not found'),
_("Can't change settings without iniparse package - "
'view is readonly.'), parent=self)
- print('Please install https://code.google.com/archive/p/iniparse/')
+ print('Please install https://github.com/candlepin/python-iniparse')

if not focus:
focus = qtlib.readString(QSettings(), 'settings/lastpage', 'log')

Yuya Nishihara

unread,
Jun 27, 2023, 8:18:01 AM6/27/23
to 'Antonio Muci' via TortoiseHg Developers, a....@inwind.it
On Tue, 27 Jun 2023 12:39:26 +0200, 'Antonio Muci' via TortoiseHg Developers wrote:
> # HG changeset patch
> # User Antonio Muci <a....@inwind.it>
> # Date 1686350806 -7200
> # Sat Jun 10 00:46:46 2023 +0200
> # Node ID 753498695f56655ae10ce2c010bb0999162e9168
> # Parent f92517eeefeda33658e976fb1aa67376ab368a19
> settings: use the current url for iniparse

Queued for stable, thanks.
Reply all
Reply to author
Forward
0 new messages