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
Check mercurial version in tortoisehg about screen


Clone extension repos, update to correct changelist
Clone extension repos, update to correct changelist

Latest 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 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