fixed tag-tool
authorroot@sonne.dd.dtele.de
Sun, 01 Mar 2009 18:39:36 +0100
changeset 18 468be5a998dd
parent 17 d3ba83b8dd73
child 19 b259ec17fbcf
fixed tag-tool
mktag
--- a/mktag	Sun Mar 01 18:36:58 2009 +0100
+++ b/mktag	Sun Mar 01 18:39:36 2009 +0100
@@ -30,5 +30,8 @@
 		;;
 esac
 
-hg tag $o_force "$tag"
-hg up -r "$tag"
+hg tag $o_force "$tag" \
+&& old=$(hg id) \
+&& hg up -r "$tag" \
+&& make clean all \
+&& hg up -r "$old"