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.013113
First Submitted: 2011-06-11 12:14 (UTC)
Last Updated: 2025-04-02 08:13 (UTC)

Latest Comments

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

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?

rxrxrxrxrx 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.

rxrxrxrxrx 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.