hgbook

diff en/examples/hook.ws @ 163:a342a44e5e66

Deal with new hg command output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 26 22:27:03 2007 -0700 (2007-03-26)
parents ec1f144968de
children 06d18465df03
line diff
     1.1 --- a/en/examples/hook.ws	Wed Aug 30 00:02:02 2006 -0700
     1.2 +++ b/en/examples/hook.ws	Mon Mar 26 22:27:03 2007 -0700
     1.3 @@ -16,8 +16,8 @@
     1.4  #$ name:
     1.5  
     1.6  echo '[hooks]' > .hg/hgrc
     1.7 -echo "pretxncommit.whitespace = check_whitespace.py" >> .hg/hgrc
     1.8 -cp $EXAMPLE_DIR/data/check_whitespace.py .
     1.9 +echo "pretxncommit.whitespace = .hg/check_whitespace.py" >> .hg/hgrc
    1.10 +cp $EXAMPLE_DIR/data/check_whitespace.py .hg
    1.11  
    1.12  #$ name: better
    1.13