hgbook
view en/examples/results/branch-named.foo-commit.out @ 580:8366882f67f2
Fix up more formatting goop
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Mar 18 00:00:58 2009 -0700 (2009-03-18) |
parents | 44d1363234d2 |
children | 4432ad34b8e5 |
line source
1 <screen><prompt>$</prompt> <userinput>echo something > somefile</userinput>
2 <prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput>
3 adding somefile
4 created new head
5 <prompt>$</prompt> <userinput>hg heads</userinput>
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
20 </screen>