aboutsummaryrefslogtreecommitdiffstats
path: root/.hg-to-bk
diff options
context:
space:
mode:
Diffstat (limited to '.hg-to-bk')
-rwxr-xr-x.hg-to-bk2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hg-to-bk b/.hg-to-bk
index fa6f27532b..71ef2c474b 100755
--- a/.hg-to-bk
+++ b/.hg-to-bk
@@ -1,5 +1,5 @@
#!/bin/sh -x
set -e
-ln -s xenolinux-2.4.23-sparse xenolinux-sparse
+ln -s xenolinux-2.4.24-sparse xenolinux-sparse
(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
exit 0