diff en/examples/hook.ws @ 150:8cf40d4d9377

Fix broken example.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 08 Mar 2007 23:11:55 -0800
parents ec1f144968de
children 06d18465df03
line wrap: on
line diff
--- a/en/examples/hook.ws	Thu Mar 08 22:51:50 2007 -0800
+++ b/en/examples/hook.ws	Thu Mar 08 23:11:55 2007 -0800
@@ -16,8 +16,8 @@
 #$ name:
 
 echo '[hooks]' > .hg/hgrc
-echo "pretxncommit.whitespace = check_whitespace.py" >> .hg/hgrc
-cp $EXAMPLE_DIR/data/check_whitespace.py .
+echo "pretxncommit.whitespace = .hg/check_whitespace.py" >> .hg/hgrc
+cp $EXAMPLE_DIR/data/check_whitespace.py .hg
 
 #$ name: better