aboutsummaryrefslogtreecommitdiffstats
path: root/.hg-to-bk
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-15 15:55:59 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-15 15:55:59 +0000
commit778d03a089c7cc31c5d3f983ecd18704d287fa0e (patch)
treedabfe9171855f64dd1f2fd00f473763dd1dbf154 /.hg-to-bk
parent0a4286ffcd388d268719a7b05cdf4276ff546169 (diff)
downloadxen-778d03a089c7cc31c5d3f983ecd18704d287fa0e.tar.gz
xen-778d03a089c7cc31c5d3f983ecd18704d287fa0e.tar.bz2
xen-778d03a089c7cc31c5d3f983ecd18704d287fa0e.zip
bitkeeper revision 1.864.1.1 (407eb08fW2eUAKOIh6v4T-Ew4bCchg)
upgrade to linux 2.4.26
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 3b63679d35..b00523b9e0 100755
--- a/.hg-to-bk
+++ b/.hg-to-bk
@@ -1,5 +1,5 @@
#!/bin/sh -x
set -e
-ln -s xenolinux-2.4.25-sparse xenolinux-sparse
+ln -s xenolinux-2.4.26-sparse xenolinux-sparse
(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
exit 0