hgbook
annotate en/examples/results/branch-named.foo-commit.out @ 598:7893b3824715
Add a top-level index page.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 27 00:01:58 2009 -0700 (2009-03-27) |
parents | 44d1363234d2 |
children | 4432ad34b8e5 |
rev | line source |
---|---|
bos@564 | 1 <screen><prompt>$</prompt> <userinput>echo something > somefile</userinput> |
bos@564 | 2 <prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput> |
bos@206 | 3 adding somefile |
hg@299 | 4 created new head |
bos@564 | 5 <prompt>$</prompt> <userinput>hg heads</userinput> |
bos@206 | 6 changeset: |
bos@206 | 7 branch: foo |
bos@206 | 8 tag: tip |
bos@206 | 9 parent: |
bos@564 | 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@564 | 16 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 17 |
bos@206 | 18 summary: Third commit |
bos@206 | 19 |
bos@564 | 20 </screen> |