From d574ecdc8a78d95427b5b7a1fb57997a4a880d0b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 28 Feb 2007 10:31:53 +0100 Subject: [PATCH] added mercurial tip --- debian/changelog | 6 ++++++ grml_tips | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/debian/changelog b/debian/changelog index 647ea6e..aaeeb97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.3-21) unstable; urgency=low + + * Add mercurial tip. + + -- Michael Prokop Wed, 28 Feb 2007 10:31:41 +0100 + grml-tips (0.3-20) unstable; urgency=low * Updated 'Download binary codecs for mplayer' tip and added diff --git a/grml_tips b/grml_tips index 7d95d77..fa19336 100644 --- a/grml_tips +++ b/grml_tips @@ -2437,3 +2437,22 @@ Tip: w_scan (see http://free.pages.at/wirbel4vdr/w_scan/index2.html) might be useful if you do not know the initial configuration details. -- +Get the lastest mercurial snapshot: + +Make sure you have the python-dev package available: +# apt-get update ; apt-get install python-dev + +Get and build the source: +% hg clone http://selenic.com/repo/hg mercurial +% cd mercurial +% make local +% export PYTHONPATH=$(pwd) +% export PATH=$PATH:$(pwd) + +now you should have the newest version of mercurial whenever you execute hg. + +To update to the lastest development snapshot, additionally use +the following commands: +% hg pull -u http://hg.intevation.org/mercurial/crew +% make local +-- -- 2.1.4