hgbook

diff en/examples/results/branch-named.rebranch.out @ 648:e0ac2341a861

Fix building error introduced by bos at rev 8366882f67f2
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Mar 18 21:50:57 2009 +0800 (2009-03-18)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/branch-named.rebranch.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/branch-named.rebranch.out	Wed Mar 18 21:50:57 2009 +0800
     1.3 @@ -1,15 +1,16 @@
     1.4 -$ \textbf{hg branch}
     1.5 +<screen><prompt>$</prompt> <userinput>hg branch</userinput>
     1.6  foo
     1.7 -$ \textbf{hg branch bar}
     1.8 +<prompt>$</prompt> <userinput>hg branch bar</userinput>
     1.9  marked working directory as branch bar
    1.10 -$ \textbf{echo new file > newfile}
    1.11 -$ \textbf{hg commit -A -m 'Third commit'}
    1.12 +<prompt>$</prompt> <userinput>echo new file &gt; newfile</userinput>
    1.13 +<prompt>$</prompt> <userinput>hg commit -A -m 'Third commit'</userinput>
    1.14  adding newfile
    1.15 -$ \textbf{hg tip}
    1.16 +<prompt>$</prompt> <userinput>hg tip</userinput>
    1.17  changeset:   
    1.18  branch:      bar
    1.19  tag:         tip
    1.20 -user:        Bryan O'Sullivan <bos@serpentine.com>
    1.21 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
    1.22  
    1.23  summary:     Third commit
    1.24  
    1.25 +</screen>