Package Details: tortoisehg 6.9-1

Git Clone URL: https://aur.archlinux.org/tortoisehg.git (read-only, click to copy)
Package Base: tortoisehg
Description: Graphical tools for Mercurial
Upstream URL: https://foss.heptapod.net/mercurial/tortoisehg/thg
Licenses: GPL
Submitter: bwalle
Maintainer: Misery
Last Packager: Misery
Votes: 126
Popularity: 0.013380
First Submitted: 2011-06-11 12:14 (UTC)
Last Updated: 2025-04-02 08:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 23 Next › Last »

schnedan commented on 2019-07-09 11:38 (UTC)

as my system here thows a different error message... maybe its helpfull

#!python
** Mercurial version (5.0.1).  TortoiseHg version (4.9.1+20-8a83b9931094)
** Command: 
** CWD: /home/danny
** Encoding: UTF-8
** Extensions loaded: convert, strip, mq, transplant, churn, histedit, rebase, relink, tortoisehg.util.configitems
** Python version: 2.7.16 (default, Mar 11 2019, 18:59:25) [GCC 8.2.1 20181127]
** System: Linux name 5.1.16-arch1-1-ARCH #1 SMP PREEMPT Wed Jul 3 20:23:07 UTC 2019 x86_64
** Qt-5.13.0 PyQt-5.13.0 QScintilla-2.11.2
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/workbench.py", line 718, in openRepo
    if not self.repoTabsWidget.openRepo(root, bundle):
  File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repotab.py", line 126, in openRepo
    rw = self._createRepoWidget(root, bundle)
  File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repotab.py", line 405, in _createRepoWidget
    rw = repowidget.RepoWidget(repoagent, self, bundle=bundle)
  File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repowidget.py", line 160, in __init__
    self.setupUi()
  File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repowidget.py", line 190, in setupUi
    self.filterbar = RepoFilterBar(self._repoagent, self)
  File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repofilter.py", line 152, in __init__
    if not QFontMetrics(self.font()).inFont(u'\u2605'):
ValueError: string of length 1 expected

chrisjbillington commented on 2019-07-08 14:19 (UTC)

Looks like a bug in python2-pyqt5:

from PyQt5.QtWidgets import QApplication
from PyQt5.QtGui import QFontMetrics
app = QApplication([])
QFontMetrics(app.font()).inFont(u'\u2605')

Traceback (most recent call last):
  File "292.py", line 4, in <module>
    QFontMetrics(app.font()).inFont(u'\u2605')
ValueError: string of length 1 expected

Reported upstream:

https://www.riverbankcomputing.com/pipermail/pyqt/2019-July/041910.html

ecognito commented on 2019-07-08 04:53 (UTC)

Update of python2-pyqt5 from 5.12.3-2 to 5.13.0-1 seems to have caused TortoiseHg to throw an error. I've found downgrading it back to 5.12.3-2 lets it keep working for now.

chrisjbillington commented on 2019-07-01 14:19 (UTC) (edited on 2019-07-01 20:21 (UTC) by chrisjbillington)

sotoleni, it looks like this is a problem with PyQt5 on Python 2, therefore it affects for example tortoisehg and Calibre, which both use Python 2.

$ python2 -c 'import PyQt5.QtCore'
Fatal Python error: PyQt5.QtCore: Unable to embed qt.conf
Aborted (core dumped)

Here is the bug report against the python2-pyqt5 package:

https://bugs.archlinux.org/task/63051

Edit: has been fixed in python2-pyqt5 5.2.3-2

sotoleni commented on 2019-07-01 11:08 (UTC)

After the latest update of Qt5 packages of the Archlinux I get this startup error: Fatal Python error: PyQt5.QtCore: Unable to embed qt.conf bash: “thg” terminated by signal SIGABRT (Abort)

I tried to "makepkg" another time and I get:

running install running build running build_config creating build creating build/lib creating build/lib/tortoisehg creating build/lib/tortoisehg/util generating build/lib/tortoisehg/util/config.py from setup.py Fatal Python error: PyQt5.QtCore: Unable to embed qt.conf /home/toni/.cache/pacaur/tortoisehg/PKGBUILD: line 26: 32336 Aborted (core dumped) python2 setup.py install --prefix=/usr --root="${pkgdir}" ==> ERROR: A failure occurred in package(). Aborting...

Has anybody a solution? Thank you!

StevenWalsh commented on 2019-06-03 13:21 (UTC)

The latest build of TortoiseHg is 4.9.1, which does not support 5. However, if you get the latest source (which may have bugs) and set it up directly, it will work.

You can clone the latest by running (hg clone https://bitbucket.org/tortoisehg/thg)

Blitz67 commented on 2019-05-31 05:30 (UTC)

TortoiseHg already accepts mercurial 5.0.

https://bitbucket.org/tortoisehg/thg/src/0b4bd9ebb4900b3db240879d04693c06a9ecc7ec/tortoisehg/util/hgversion.py?at=default

PKGBUILD: depends=('python2' 'mercurial>=4.8' 'mercurial<4.10'...

Misery commented on 2019-02-12 22:35 (UTC)

Yes, because thg checks that version.

See: https://bitbucket.org/tortoisehg/thg/src/default/tortoisehg/util/hgversion.py?at=default&fileviewer=file-view-default#hgversion.py