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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 23 Next › Last »

Misery commented on 2022-03-04 07:59 (UTC)

@shoryuken Blame tortoisehg developer that they nail down the dependency and don't provide a new package. :-)

shoryuken commented on 2022-03-04 07:28 (UTC)

mercurial<6.1 blocks pacman -Syu, what should we do?

rprpx commented on 2021-12-14 14:34 (UTC)

(follow-up) Today I updated from 6.0-1 to 6.0-5 with no issue. Thank you, Maintainer!

@j77h, thank you for your suggestion. I didn't have the .pkg.tar.zst file on my system, so couldn't use your specific suggestion. Still, much appreciated.

j77h commented on 2021-12-14 00:47 (UTC) (edited on 2021-12-14 00:50 (UTC) by j77h)

@rprpx, I got the same error, and simply included --overwrite in the command.

I checked the content of site-packages/hgext3rd/__init__.py and found that thg's overwrite changed only white space.

The actual command I used, after pikaur had made the package, was

sudo pacman --overwrite "/usr/lib/python3.9/site-packages/hgext3rd/**" --overwrite "/usr/lib/python3.9/site-packages/tortoisehg/**" --upgrade /home/jh/.cache/pikaur/pkg/tortoisehg-6.0-2-any.pkg.tar.zst

but simply --overwrite "*" would have the same result I guess.

rprpx commented on 2021-12-13 22:12 (UTC)

I have 6.0-1 installed When trying to update to 6.0-2, I get the following message, and the update fails.

conflicting files: - tortoisehg: /usr/lib/python3.9/site-packages/hgext3rd/init.py already exists in filesystem (owned by mercurial) - tortoisehg: /usr/lib/python3.9/site-packages/hgext3rd/pycache/init.cpython-39.pyc already exists in filesystem (owned by mercurial)

patlefort commented on 2020-09-04 18:56 (UTC)

Small problem in the PKGBUILD: builddepends should be makedepends.

Misery commented on 2020-08-18 07:15 (UTC)

Yeah, that's just a number problem. It is the same version. No need to upgrade. :-) It will be fixed with 5.5.1.

chrisjbillington commented on 2020-08-18 05:22 (UTC)

Interestingly, pacman or makepkg or yay (don't know which) considers the latest version number to be a downgrade, despite the bumped pkgrel:

-> tortoisehg: local (5.5.0-0) is newer than AUR (5.5-1)

It could be bumped to to 5.5.0-1 to fix so that aur helpers don't get confused.