hgbook

view it/examples/branch-named.branches.it @ 792:5b79834be9a6

Minor changes and translation of code snippets for Ch.8.
author Giulio@puck
date Wed Aug 12 16:44:35 2009 +0200 (2009-08-12)
parents
children 7252e7b7f07d
line source
1 <!-- BEGIN branch-named.branches -->
2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
3 changeset: 0:fc8fb1089cc0
4 tag: tip
5 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
6 date: Fri Jun 05 15:48:56 2009 +0000
7 summary: Commit iniziale.
9 <prompt>$</prompt> <userinput>hg branches</userinput>
10 default 0:fc8fb1089cc0
11 </screen>
12 <!-- END branch-named.branches -->