Quoting Ilmar Wilbers <ilmarw@xxxxxxxxx>:
Anders Logg wrote:
Installing 1.0 is easy enough:
sudo apt-get remove mercurial
wget
http://www.selenic.com/mercurial/release/mercurial-1.0.1.tar.gz
tar zxf mercurial-1.0.1.tar.gz
cd mercurial-1.0.1
python setup.py build
sudo python setup.py install
Mercurial 1.0.1 is available through Hardy backports.
Garth
This reminds me, do people using mercurial 1.0.1 still get some errors
on
pushing? Not the major one as was the case with the older versions, but
a
lesser, but still annoying one?
Yes, I just got:
pushing to ssh://dolfin@xxxxxxxxxx/hg/dolfin
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 10 changes to 9 files
abort: unexpected response:
'change sent successfully\n'
Kristian