hgbook
diff en/examples/results/backout.init.out @ 580:8366882f67f2
Fix up more formatting goop
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Mar 18 00:00:58 2009 -0700 (2009-03-18) |
parents | 44d1363234d2 |
children | 4432ad34b8e5 |
line diff
1.1 --- a/en/examples/results/backout.init.out Mon Mar 09 21:37:47 2009 -0700 1.2 +++ b/en/examples/results/backout.init.out Wed Mar 18 00:00:58 2009 -0700 1.3 @@ -1,7 +1,8 @@ 1.4 -$ \textbf{hg init myrepo} 1.5 -$ \textbf{cd myrepo} 1.6 -$ \textbf{echo first change >> myfile} 1.7 -$ \textbf{hg add myfile} 1.8 -$ \textbf{hg commit -m 'first change'} 1.9 -$ \textbf{echo second change >> myfile} 1.10 -$ \textbf{hg commit -m 'second change'} 1.11 +<screen><prompt>$</prompt> <userinput>hg init myrepo</userinput> 1.12 +<prompt>$</prompt> <userinput>cd myrepo</userinput> 1.13 +<prompt>$</prompt> <userinput>echo first change >> myfile</userinput> 1.14 +<prompt>$</prompt> <userinput>hg add myfile</userinput> 1.15 +<prompt>$</prompt> <userinput>hg commit -m 'first change'</userinput> 1.16 +<prompt>$</prompt> <userinput>echo second change >> myfile</userinput> 1.17 +<prompt>$</prompt> <userinput>hg commit -m 'second change'</userinput> 1.18 +</screen>