aboutsummaryrefslogtreecommitdiffstats
path: root/.bk-to-hg
diff options
context:
space:
mode:
authorkaf24@labyrinth.cl.cam.ac.uk <kaf24@labyrinth.cl.cam.ac.uk>2003-02-24 18:02:31 +0000
committerkaf24@labyrinth.cl.cam.ac.uk <kaf24@labyrinth.cl.cam.ac.uk>2003-02-24 18:02:31 +0000
commita1852abc92c0831634fe3bcdc80c0456ff26a873 (patch)
treea000a1a02c74f9977ef046ad55aaa68918c81095 /.bk-to-hg
parentb13ec5e718900fb66924614b8b445ad3197ff778 (diff)
downloadxen-a1852abc92c0831634fe3bcdc80c0456ff26a873.tar.gz
xen-a1852abc92c0831634fe3bcdc80c0456ff26a873.tar.bz2
xen-a1852abc92c0831634fe3bcdc80c0456ff26a873.zip
bitkeeper revision 1.98 (3e5a5e37oz_HA0_1bmWiLHTaSKByLQ)
hypervisor-ifs: bk cp ../old/xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs include/asm-xeno/hypervisor-ifs mvdir new file
Diffstat (limited to '.bk-to-hg')
-rwxr-xr-x.bk-to-hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bk-to-hg b/.bk-to-hg
index a1e10bd62c..f6ef3fd2e5 100755
--- a/.bk-to-hg
+++ b/.bk-to-hg
@@ -2,5 +2,7 @@
set -e
test -L old/xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs
rm old/xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs
+test -L xenolinux-2.4.21-pre4-sparse/include/asm-xeno/hypervisor-ifs
+rm xenolinux-2.4.21-pre4-sparse/include/asm-xeno/hypervisor-ifs
(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
exit 0