diff en/examples/hook.simple @ 141:627effec9d4e

More attempts to tidy up regexps for ignoring.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 06 Mar 2007 21:36:14 -0800
parents ceaca14e49f0
children
line wrap: on
line diff
--- a/en/examples/hook.simple	Tue Mar 06 21:35:51 2007 -0800
+++ b/en/examples/hook.simple	Tue Mar 06 21:36:14 2007 -0800
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 #$ name: init
-#$ ignore: [0-9a-f]{40}
 
 hg init hook-test
 cd hook-test