Package Details: tortoisehg 6.3.2-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: 122
Popularity: 0.102455
First Submitted: 2011-06-11 12:14 (UTC)
Last Updated: 2023-01-06 11:47 (UTC)

Pinned Comments

Misery commented on 2022-11-16 10:10 (UTC)

TortoiseHG must release a new version if Mercurial got a major update. Please add an issue to TortoiseHG - I cannot change their dependency check.

Latest Comments

1 2 3 4 5 6 .. 22 Next › Last »

Misery commented on 2022-11-16 10:10 (UTC)

TortoiseHG must release a new version if Mercurial got a major update. Please add an issue to TortoiseHG - I cannot change their dependency check.

TwentyoneThree commented on 2022-11-15 19:22 (UTC)

Dependency mercurial < 6.3 blocks update with Arch's current mercurial 6.3.0-1

TwentyoneThree commented on 2022-07-16 09:06 (UTC)

Dependency mercurial < 6.2 blocks update with Arch's current mercurial 6.2-1

shoryuken commented on 2022-03-05 06:31 (UTC) (edited on 2022-03-05 06:31 (UTC) by shoryuken)

An issue has already been opened: https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/5771

When a commit fixes this, tortoisehg-hg will at least be a temporary replacement, but for now I think there is unfortunately nothing to do (except block mercurial version in pacman.conf, but I don't feel like doing that).

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.