Mercurial > hgbook
view en/examples/results/branch-named.rebranch.out @ 709:4432ad34b8e5
Check in example outputs with begin/end markers.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 31 Mar 2009 12:19:01 -0700 |
parents | 0d5935744f87 |
children |
line wrap: on
line source
<!-- BEGIN branch-named.rebranch --> <screen><prompt>$</prompt> <userinput>hg branch</userinput> foo <prompt>$</prompt> <userinput>hg branch bar</userinput> marked working directory as branch bar <prompt>$</prompt> <userinput>echo new file > newfile</userinput> <prompt>$</prompt> <userinput>hg commit -A -m 'Third commit'</userinput> adding newfile <prompt>$</prompt> <userinput>hg tip</userinput> changeset: branch: bar tag: tip user: Bryan O'Sullivan <bos@serpentine.com> summary: Third commit </screen> <!-- END branch-named.rebranch -->