bos@144: $ \textbf{cat check_bug_id} bos@144: #!/bin/sh bos@144: # check that a commit comment mentions a numeric bug id bos@144: hg log -r $1 --template \{desc\} | grep -q "\textbackslash{}> .hg/hgrc} bos@144: $ \textbf{echo a >> a} bos@144: $ \textbf{hg commit -m 'i am not mentioning a bug id'} bos@144: transaction abort! bos@144: rollback completed bos@273: abort: pretxncommit.bug_id_required hook exited with status 1 bos@144: $ \textbf{hg commit -m 'i refer you to bug 666'} bos@144: committed bos@144: