[ITP] mercurial 0.9.4 - Distributed, efficient Python based source control system

Jari Aalto jari.aalto@cante.net
Thu Aug 2 21:52:00 GMT 2007


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



More information about the Cygwin-apps mailing list