4

Im trying to access mercurial repositories that were created on windows with mercurial version 1.8.2. As the version in the repositories is a few numbers behind, its not playing ball. Does anyone know if there is a repository with up to date versions of mercurial or am i best just to build it from source?

Jorge Castro
  • 71,754
richzilla
  • 12,045

2 Answers2

6

Just add this ppa to your sources:

 ppa:mercurial-ppa/stable-snapshots
Takkat
  • 142,284
1

Use ppa:mercurial-ppa/releases instead.

sudo add-apt-repository ppa:mercurial-ppa/releases
friederbluemle
  • 462
  • 7
  • 11