hgbook
annotate en/examples/branch-named.foo-commit.out @ 258:1a55ba6ceca1
Make run-example a bit more user friendly.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Jun 06 08:11:08 2007 -0700 (2007-06-06) |
parents | |
children | 2936cb7eae7a |
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 |
bos@206 | 4 $ \textbf{hg heads} |
bos@206 | 5 changeset: |
bos@206 | 6 branch: foo |
bos@206 | 7 tag: tip |
bos@206 | 8 parent: |
bos@206 | 9 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 10 |
bos@206 | 11 summary: New file |
bos@206 | 12 |
bos@206 | 13 changeset: |
bos@206 | 14 branch: bar |
bos@206 | 15 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 16 |
bos@206 | 17 summary: Third commit |
bos@206 | 18 |