summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 10:48:09 +0200
committerBor Kraljič2011-07-25 10:48:09 +0200
commite36e7b788d470823325b1d4710e0b243c8bbceb0 (patch)
tree0444535ef2ce17b65e968c75b33f2ba6620f66da
parentf2c3f3f00b79e37dc1edcb60d96096c03af49a45 (diff)
pymsnt: source $GRIMOIRE/hg_download.function before using hg_download
-rwxr-xr-xpython-pypi/pymsnt/DOWNLOAD1
-rw-r--r--python-pypi/pymsnt/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/python-pypi/pymsnt/DOWNLOAD b/python-pypi/pymsnt/DOWNLOAD
index 89c3683452..ad8f6a1f01 100755
--- a/python-pypi/pymsnt/DOWNLOAD
+++ b/python-pypi/pymsnt/DOWNLOAD
@@ -1,4 +1,5 @@
if [[ $PYMSNT_SCM == y ]]; then
+ . $GRIMOIRE/hg_download.function
hg_download
else
default_download
diff --git a/python-pypi/pymsnt/HISTORY b/python-pypi/pymsnt/HISTORY
index 2504fbc377..a21e3a306b 100644
--- a/python-pypi/pymsnt/HISTORY
+++ b/python-pypi/pymsnt/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using hg_download
+
2011-06-01 Ismael Luceno <ismael@sourcemage.org>
* DOWNLOAD: use hg_download