view en/examples/results/backout.init.out @ 688:4bb10cfa3812

Make actual use of the preface.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 26 Mar 2009 19:58:09 -0700
parents 0d5935744f87
children 4432ad34b8e5
line wrap: on
line source

<screen><prompt>$</prompt> <userinput>hg init myrepo</userinput>
<prompt>$</prompt> <userinput>cd myrepo</userinput>
<prompt>$</prompt> <userinput>echo first change &gt;&gt; myfile</userinput>
<prompt>$</prompt> <userinput>hg add myfile</userinput>
<prompt>$</prompt> <userinput>hg commit -m 'first change'</userinput>
<prompt>$</prompt> <userinput>echo second change &gt;&gt; myfile</userinput>
<prompt>$</prompt> <userinput>hg commit -m 'second change'</userinput>
</screen>