diff en/examples/results/hook.msglen.go.out @ 709:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 31 Mar 2009 12:19:01 -0700
parents 0d5935744f87
children
line wrap: on
line diff
--- a/en/examples/results/hook.msglen.go.out	Tue Mar 31 12:18:22 2009 -0700
+++ b/en/examples/results/hook.msglen.go.out	Tue Mar 31 12:19:01 2009 -0700
@@ -1,3 +1,4 @@
+<!-- BEGIN hook.msglen.go -->
 <screen><prompt>$</prompt> <userinput>cat .hg/hgrc</userinput>
 [hooks]
 pretxncommit.msglen = test `hg tip --template {desc} | wc -c` -ge 10
@@ -9,3 +10,4 @@
 abort: pretxncommit.msglen hook exited with status 1
 <prompt>$</prompt> <userinput>hg commit -A -m 'long enough'</userinput>
 </screen>
+<!-- END hook.msglen.go -->