aboutsummaryrefslogtreecommitdiffstats
path: root/.bk-to-hg
diff options
context:
space:
mode:
authorsmh22@uridium.cl.cam.ac.uk <smh22@uridium.cl.cam.ac.uk>2002-12-18 18:07:22 +0000
committersmh22@uridium.cl.cam.ac.uk <smh22@uridium.cl.cam.ac.uk>2002-12-18 18:07:22 +0000
commite1c642ea89639d8eff4cafd611542bb7bbb084ae (patch)
treea2f485d5e33d884177f06e0e280bc4e81456d580 /.bk-to-hg
parentf78e17d1c816a83109803d2489d52c06141c1ff4 (diff)
downloadxen-e1c642ea89639d8eff4cafd611542bb7bbb084ae.tar.gz
xen-e1c642ea89639d8eff4cafd611542bb7bbb084ae.tar.bz2
xen-e1c642ea89639d8eff4cafd611542bb7bbb084ae.zip
bitkeeper revision 1.12 (3e00b95a3fK0b9XF_UVth6TivqeezA)
fix silly large mem request => panic death bug
Diffstat (limited to '.bk-to-hg')
-rwxr-xr-x.bk-to-hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bk-to-hg b/.bk-to-hg
index cd3d4032d7..ce02b86560 100755
--- a/.bk-to-hg
+++ b/.bk-to-hg
@@ -1,6 +1,6 @@
#!/bin/sh -x
set -e
-test -L foo
-rm foo
+test -L xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs
+rm xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs
(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
exit 0