hgbook
view en/examples/branch-named.foo-commit.out @ 391:53b4a0d0052e
finished translation of section 2.2
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Sun Nov 02 21:34:16 2008 -0500 (2008-11-02) |
parents | 6519f3b983b4 |
children |
line source
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>
12 summary: New file
14 changeset:
15 branch: bar
16 user: Bryan O'Sullivan <bos@serpentine.com>
18 summary: Third commit