All of my mercurial tools are breaking due to version mismatches. I suspect it was due to the work done by the Debian guys on Friday with 3.8.3 put into unstable. Unless I'm doing something wrong. Here is the output I get:
$ sudo apt-get install mercurial=3.7.3-1ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
mercurial is already the newest version (3.7.3-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
All of my mercurial tools are breaking due to version mismatches. I suspect it was due to the work done by the Debian guys on Friday with 3.8.3 put into unstable. Unless I'm doing something wrong. Here is the output I get:
$ lsb_release -rd
Description: Ubuntu 16.04 LTS
Release: 16.04
$ sudo apt-get install mercurial= 3.7.3-1ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
mercurial is already the newest version (3.7.3-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
$ hg --version
Mercurial Distributed SCM (version 3.8.3)
apt-cache policy mercurial archive. ubuntu. com/ubuntu xenial/universe amd64 Packages dpkg/status
mercurial:
Installed: 3.7.3-1ubuntu1
Candidate: 3.7.3-1ubuntu1
Version table:
*** 3.7.3-1ubuntu1 500
500 http://
100 /var/lib/
Expected:
hg --version outputs 3.7.3
Instead
hg --version outputs 3.8.3