contrib/buildrpm
changeset 21640 4bfb721de6dd
parent 21639 57e0f053e529
child 21641 977e5bd6eb76
--- a/contrib/buildrpm	Thu May 15 01:48:37 2014 +0200
+++ b/contrib/buildrpm	Thu May 15 01:48:37 2014 +0200
@@ -20,14 +20,6 @@
     exit 1
 fi
 
-if $HG id -i | grep '+$' > /dev/null 2>&1; then
-    echo -n "Your local changes will NOT be in the RPM. Continue [y/n] ? "
-    read answer
-    if echo $answer | grep -iv '^y'; then
-        exit
-    fi
-fi
-
 # build local hg and use it
 python setup.py build_py -c -d .
 HG="$PWD/hg"