Mercurial on Fedora

From Pengwings
Revision as of 17:20, 11 February 2026 by Theleruby (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install packages, dulwich is required for hg-git

sudo rpm-ostree install mercurial python3-dulwich tortoisehg 
systemctl reboot

Check mercurial version in tortoisehg about screen

Clone extension repos, update to correct changelist

Add to ~/.hgrc

[extensions]
hggit = /home/ruby/dev/hg-git/hggit
evolve = /home/ruby/dev/hg-evolve/hgext3rd/evolve/
topic = /home/ruby/dev/hg-evolve/hgext3rd/topic/

ssh keys automatically pull from ~/.ssh/config