hgbook

view it/examples/branch-named.create.it @ 1109:e1ca493f011d

2.8.4 first 2 para zh translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Wed Dec 23 23:29:17 2009 -0500 (2009-12-23)
parents 5b79834be9a6
children 719b03ea27c8
line source
1 <!-- BEGIN branch-named.create -->
2 <screen><prompt>$</prompt> <userinput>hg branch foo</userinput>
3 la directory di lavoro รจ stata contrassegnata come ramo foo
4 <prompt>$</prompt> <userinput>hg branch</userinput>
5 foo
6 </screen>
7 <!-- END branch-named.create -->