Mercurial on Fedora: Difference between revisions

From Pengwings
No edit summary
No edit summary
Line 2: Line 2:
  sudo rpm-ostree install mercurial python3-dulwich tortoisehg  
  sudo rpm-ostree install mercurial python3-dulwich tortoisehg  
  systemctl reboot
  systemctl reboot
Check mercurial version in tortoisehg
Clone extension repos, update to correct changelist
Clone extension repos, update to correct changelist
* https://foss.heptapod.net/mercurial/hg-git
* https://foss.heptapod.net/mercurial/hg-git

Revision as of 17:20, 11 February 2026

Install packages, dulwich is required for hg-git

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

Check mercurial version in tortoisehg

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