comparison en/examples/results/branch-named.rebranch.out @ 663:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:39:23 -0700
parents 44d1363234d2
children 4432ad34b8e5
comparison
equal deleted inserted replaced
662:44d1363234d2 663:0d5935744f87
1 $ \textbf{hg branch} 1 <screen><prompt>$</prompt> <userinput>hg branch</userinput>
2 foo 2 foo
3 $ \textbf{hg branch bar} 3 <prompt>$</prompt> <userinput>hg branch bar</userinput>
4 marked working directory as branch bar 4 marked working directory as branch bar
5 $ \textbf{echo new file > newfile} 5 <prompt>$</prompt> <userinput>echo new file &gt; newfile</userinput>
6 $ \textbf{hg commit -A -m 'Third commit'} 6 <prompt>$</prompt> <userinput>hg commit -A -m 'Third commit'</userinput>
7 adding newfile 7 adding newfile
8 $ \textbf{hg tip} 8 <prompt>$</prompt> <userinput>hg tip</userinput>
9 changeset: 9 changeset:
10 branch: bar 10 branch: bar
11 tag: tip 11 tag: tip
12 user: Bryan O'Sullivan <bos@serpentine.com> 12 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
13 13
14 summary: Third commit 14 summary: Third commit
15 15
16 </screen>