hgbook

diff en/examples/hook.simple @ 639:1a3d882149fd

Set chunker.output.encoding to 'utf-8'
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon Mar 16 17:49:05 2009 +0800 (2009-03-16)
parents ceaca14e49f0
children
line diff
     1.1 --- a/en/examples/hook.simple	Tue Mar 06 20:46:07 2007 -0800
     1.2 +++ b/en/examples/hook.simple	Mon Mar 16 17:49:05 2009 +0800
     1.3 @@ -1,7 +1,6 @@
     1.4  #!/bin/bash
     1.5  
     1.6  #$ name: init
     1.7 -#$ ignore: [0-9a-f]{40}
     1.8  
     1.9  hg init hook-test
    1.10  cd hook-test