Package Details: tortoisehg 6.6.3-4

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: 125
Popularity: 0.002079
First Submitted: 2011-06-11 12:14 (UTC)
Last Updated: 2024-03-14 17:39 (UTC)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 Next › Last »

didi2002 commented on 2013-08-26 00:56 (UTC)

Bugtracker: https://bugs.archlinux.org/task/36667?project=1

mikemintz commented on 2013-08-25 18:02 (UTC)

After running pacman -Syu on 8/24/2013 for the first time since 8/16/2013, I get a segmentation fault at startup (in tortoisehg-hg as well). In gdb, I noticed the backtrace was in QMetaObject::methodOffset() const () from /usr/lib/libQtCore.so.4 The pacman update included python2-pyqt4 (4.10.2-2 -> 4.10.3-1) and upgraded python2-psutil (1.0.1-1 -> 1.0.1-2). I downgraded those and it still segfaulted, but the backtrace was all question marks.

deboeckj commented on 2013-08-06 07:06 (UTC)

md5sum of tar seems to be wrong bd633059cefd388e6557351c780d90ec this is the correct on

didi2002 commented on 2013-08-05 16:09 (UTC)

I won't be able to update this package for the next 2 weeks. Please share an updated PKGBUILD if 2.9.1 is released ;)

ecognito commented on 2013-08-05 13:14 (UTC)

That works for me. Thanks!

didi2002 commented on 2013-08-05 09:19 (UTC)

@ecognito could you try this PKGBUILD http://pastebin.com/raw.php?i=CJgjYapF There seems to be a problem with the latest 2.9 tarball: https://bitbucket.org/tortoisehg/thg/issue/3288/bad-tortoisehg-29targz

ecognito commented on 2013-08-05 04:28 (UTC)

Getting the following error after updating to 2.9 (and pacman -Syu): #!python ** Mercurial version (2.7). TortoiseHg version (2.9) ** Command: ** CWD: /home/evan/projects/datatask/elite.hg ** Encoding: UTF-8 ** Extensions loaded: ** Python version: 2.7.5 (default, May 12 2013, 12:00:47) [GCC 4.8.0 20130502 (prerelease)] ** System: Linux benedick 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64 ** Qt-4.8.4 PyQt-4.10.2 QScintilla-2.7.2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 48, in dispatch return _runcatch(u, args) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 224, in _runcatch return runcommand(ui, args) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 304, in runcommand return _runcommand(lui, options, cmd, d) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 355, in _runcommand return checkargs() File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 309, in checkargs return cmdfunc() File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 303, in <lambda> d = lambda: qtrun(checkedfunc, ui, *args, **cmdoptions) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/qtapp.py", line 283, in __call__ dlg, reporoot = self._createdialog(dlgfunc, args, opts) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/qtapp.py", line 326, in _createdialog return dlgfunc(self._ui, *args, **opts), reporoot File "/usr/lib/python2.7/site-packages/mercurial/util.py", line 506, in check return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 832, in log w = _workbench(ui, *pats, **opts) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", line 401, in _workbench w.showRepo(root) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/workbench.py", line 705, in showRepo self.openRepo(root, True) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/workbench.py", line 674, in openRepo self.addRepoTab(repoagent, bundle) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/workbench.py", line 881, in addRepoTab rw = RepoWidget(repoagent, self, bundle=bundle) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repowidget.py", line 107, in __init__ self.loadSettings() File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/repowidget.py", line 1146, in loadSettings self.revDetailsWidget.loadSettings(s) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/revdetails.py", line 337, in loadSettings self.revpanel.set_expanded(expanded) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/csinfo.py", line 459, in set_expanded self.update() File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/csinfo.py", line 443, in update markups = self.get_markup(item) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/csinfo.py", line 357, in get_markup return self.info.get_markup(item, self, self.ctx, self.custom, **kargs) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/csinfo.py", line 303, in get_markup value = self.get_data(item, *args) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/csinfo.py", line 238, in get_data return custom['data'](widget, item, ctx) File "/usr/lib/python2.7/site-packages/tortoisehg/hgqt/revpanel.py", line 102, in data_func ctxlist = obsoleteutil.first_known_precursors(ctx) File "/usr/lib/python2.7/site-packages/mercurial/demandimport.py", line 86, in __getattribute__ self._load() File "/usr/lib/python2.7/site-packages/mercurial/demandimport.py", line 58, in _load mod = _origimport(head, globals, locals) ImportError: No module named obsoleteutil

didi2002 commented on 2013-08-04 08:41 (UTC)

the file "/hgqt/qtapp.py" is missing in the source archive, that's why I added a copy from the official repository.

mikemintz commented on 2013-08-03 17:38 (UTC)

After running pacman -Syu and upgrading mercurial to 2.7, I can't run this version of tortoisehg (2.8.2-1), since I get "This version of TortoiseHg requires Mercurial version 2.5.n to 2.6.n, but found 2.7"