comparison en/examples/results/branch-named.foo-commit.out @ 662:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:37:47 -0700
parents en/examples/branch-named.foo-commit.out@2936cb7eae7a
children 0d5935744f87
comparison
equal deleted inserted replaced
661:f916a8c80554 662:44d1363234d2
1 $ \textbf{echo something > somefile}
2 $ \textbf{hg commit -A -m 'New file'}
3 adding somefile
4 created new head
5 $ \textbf{hg heads}
6 changeset:
7 branch: foo
8 tag: tip
9 parent:
10 user: Bryan O'Sullivan <bos@serpentine.com>
11
12 summary: New file
13
14 changeset:
15 branch: bar
16 user: Bryan O'Sullivan <bos@serpentine.com>
17
18 summary: Third commit
19