# HG changeset patch # User Chris Cannam # Date 1407495294 -3600 # Node ID 71bef111e130830ad5716fb5a060ba55afb37be6 # Parent 7d2eb4d84002ae0a68e1ab5a2b932126c922102b Omit cq/misc diff -r 7d2eb4d84002 -r 71bef111e130 archive.sh --- a/archive.sh Fri Aug 08 11:50:52 2014 +0100 +++ b/archive.sh Fri Aug 08 11:54:54 2014 +0100 @@ -6,4 +6,4 @@ echo "ERROR: No tag found!" exit 1 fi -hg archive -r"$tag" -S --exclude notes --exclude papers --exclude mirex2012-matlab --exclude testdata --exclude yeti "$out" +hg archive -r"$tag" -S --exclude notes --exclude papers --exclude mirex2012-matlab --exclude testdata --exclude yeti --exclude constant-q-cpp/misc "$out"