hgbook

annotate en/examples/results/mq.guards.init.out @ 591:b788b405e141

Replace uses of <informalfigure> with <figure>
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 21:07:39 2009 -0700 (2009-03-26)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>hg qinit</userinput>
bos@564 2 <prompt>$</prompt> <userinput>hg qnew hello.patch</userinput>
bos@564 3 <prompt>$</prompt> <userinput>echo hello &gt; hello</userinput>
bos@564 4 <prompt>$</prompt> <userinput>hg add hello</userinput>
bos@564 5 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
bos@564 6 <prompt>$</prompt> <userinput>hg qnew goodbye.patch</userinput>
bos@564 7 <prompt>$</prompt> <userinput>echo goodbye &gt; goodbye</userinput>
bos@564 8 <prompt>$</prompt> <userinput>hg add goodbye</userinput>
bos@564 9 <prompt>$</prompt> <userinput>hg qrefresh</userinput>
bos@564 10 </screen>