hgbook

diff en/examples/results/hook.msglen.go.out @ 564:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:39:23 2009 -0700 (2009-03-09)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/hook.msglen.go.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/hook.msglen.go.out	Mon Mar 09 21:39:23 2009 -0700
     1.3 @@ -1,10 +1,11 @@
     1.4 -$ \textbf{cat .hg/hgrc}
     1.5 +<screen><prompt>$</prompt> <userinput>cat .hg/hgrc</userinput>
     1.6  [hooks]
     1.7 -pretxncommit.msglen = test `hg tip --template \{desc\} | wc -c` -ge 10
     1.8 -$ \textbf{echo a > a}
     1.9 -$ \textbf{hg add a}
    1.10 -$ \textbf{hg commit -A -m 'too short'}
    1.11 +pretxncommit.msglen = test `hg tip --template {desc} | wc -c` -ge 10
    1.12 +<prompt>$</prompt> <userinput>echo a &gt; a</userinput>
    1.13 +<prompt>$</prompt> <userinput>hg add a</userinput>
    1.14 +<prompt>$</prompt> <userinput>hg commit -A -m 'too short'</userinput>
    1.15  transaction abort!
    1.16  rollback completed
    1.17  abort: pretxncommit.msglen hook exited with status 1
    1.18 -$ \textbf{hg commit -A -m 'long enough'}
    1.19 +<prompt>$</prompt> <userinput>hg commit -A -m 'long enough'</userinput>
    1.20 +</screen>