hgbook

view en/examples/results/branch-repo.bugfix.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
line source
1 <!-- BEGIN branch-repo.bugfix -->
2 <screen><prompt>$</prompt> <userinput>hg clone myproject-1.0.1 my-1.0.1-bugfix</userinput>
3 updating working directory
4 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
5 <prompt>$</prompt> <userinput>cd my-1.0.1-bugfix</userinput>
6 <prompt>$</prompt> <userinput>echo 'I fixed a bug using only echo!' &gt;&gt; myfile</userinput>
7 <prompt>$</prompt> <userinput>hg commit -m 'Important fix for 1.0.1'</userinput>
8 <prompt>$</prompt> <userinput>hg push</userinput>
9 pushing to
10 searching for changes
11 adding changesets
12 adding manifests
13 adding file changes
14 added 1 changesets with 1 changes to 1 files
15 </screen>
16 <!-- END branch-repo.bugfix -->