On Fri, Aug 03, 2007 at 12:52:27AM +0300, Jari Aalto wrote: >Included in Debian (stable, testing, unstable): > > http://packages.debian.org/mercurial > >Jari > >sdesc: "Fast, lightweight distributed source control management system" >ldesc: "Distributed, efficient Python based source control system." >category: Devel >requires: cygwin cygpython2.5 python > >a) manual method > > wget \ > http://cygwin.cante.net/mercurial/mercurial-0.9.4-1.tar.bz2 \ > http://cygwin.cante.net/mercurial/mercurial-0.9.4-1-src.tar.bz2 \ > http://cygwin.cante.net/mercurial/setup.hint > >b) automated method (get.sh will give further instructions) > > gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8 > > mkdir mercurial ; cd mercurial > rm -f get.sh get.sh.sig > wget http://cygwin.cante.net/mercurial/get.sh \ > http://cygwin.cante.net/mercurial/get.sh.sig > gpg --verify get.sh.sig get.sh && > sh get.sh > > cd /usr/src/cygwin-packages/mercurial > less /usr/src/cygwin-packages/mercurial/get.sh > tar -jtvf /usr/src/cygwin-packages/mercurial/mercurial-0.9.4-1.tar.bz2
Nice. Thanks for doing this. I saw a presentation on Mercurial at last year's OLS and was impressed. It will be good to have it in the Cygwin distro. cgf