Mercurial > hgbook
view en/examples/results/branch-named.foo-commit.out @ 688:4bb10cfa3812
Make actual use of the preface.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 26 Mar 2009 19:58:09 -0700 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>echo something > somefile</userinput> <prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput> adding somefile created new head <prompt>$</prompt> <userinput>hg heads</userinput> changeset: branch: foo tag: tip parent: user: Bryan O'Sullivan <bos@serpentine.com> summary: New file changeset: branch: bar user: Bryan O'Sullivan <bos@serpentine.com> summary: Third commit </screen>