comparison en/examples/results/branch-named.foo-commit.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{echo something > somefile} 1 <screen><prompt>$</prompt> <userinput>echo something &gt; somefile</userinput>
2 $ \textbf{hg commit -A -m 'New file'} 2 <prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput>
3 adding somefile 3 adding somefile
4 created new head 4 created new head
5 $ \textbf{hg heads} 5 <prompt>$</prompt> <userinput>hg heads</userinput>
6 changeset: 6 changeset:
7 branch: foo 7 branch: foo
8 tag: tip 8 tag: tip
9 parent: 9 parent:
10 user: Bryan O'Sullivan <bos@serpentine.com> 10 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
11 11
12 summary: New file 12 summary: New file
13 13
14 changeset: 14 changeset:
15 branch: bar 15 branch: bar
16 user: Bryan O'Sullivan <bos@serpentine.com> 16 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
17 17
18 summary: Third commit 18 summary: Third commit
19 19
20 </screen>