summaryrefslogtreecommitdiffstats
path: root/hg-commit
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-03-06 15:45:15 -0800
committerBrendan Cully <brendan@kublai.com>2007-03-06 15:45:15 -0800
commit8c51bbe5954a1cbea73f86362ab3c5a696fc32c9 (patch)
treebb8bb7e28606baebcd615c65ea4a9735a9826262 /hg-commit
parent8cd635bbf00c2b7fc9133d47e8457a26c9a494e4 (diff)
Add check_sec.sh call
Diffstat (limited to 'hg-commit')
-rwxr-xr-xhg-commit4
1 files changed, 4 insertions, 0 deletions
diff --git a/hg-commit b/hg-commit
index 220272bb..9d7d0cbb 100755
--- a/hg-commit
+++ b/hg-commit
@@ -1,5 +1,9 @@
#!/bin/bash
+MUTTDIR=$(dirname $0)
+
+$MUTTDIR/check_sec.sh
+
lrev=$(hg log --limit 1 --template '{rev}' ChangeLog)
trev=$(hg tip --template '{rev'})
if [ $lrev = $trev ]