added mercurial tip 0.3-21
authorMichael Prokop <mika@grml.org>
Wed, 28 Feb 2007 09:31:53 +0000 (10:31 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 28 Feb 2007 09:31:53 +0000 (10:31 +0100)
debian/changelog
grml_tips

index 647ea6e..aaeeb97 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.3-21) unstable; urgency=low
+
+  * Add mercurial tip.
+
+ -- Michael Prokop <mika@grml.org>  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
index 7d95d77..fa19336 100644 (file)
--- 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
+--