hgbook
annotate 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 |
rev | line source |
---|---|
bos@206 | 1 $ \textbf{echo something > somefile} |
bos@206 | 2 $ \textbf{hg commit -A -m 'New file'} |
bos@206 | 3 adding somefile |
hg@299 | 4 created new head |
bos@206 | 5 $ \textbf{hg heads} |
bos@206 | 6 changeset: |
bos@206 | 7 branch: foo |
bos@206 | 8 tag: tip |
bos@206 | 9 parent: |
bos@206 | 10 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 11 |
bos@206 | 12 summary: New file |
bos@206 | 13 |
bos@206 | 14 changeset: |
bos@206 | 15 branch: bar |
bos@206 | 16 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 17 |
bos@206 | 18 summary: Third commit |
bos@206 | 19 |