hgbook
view it/examples/backout.non-tip.clone.it @ 878:7037e4bcb90c
Minor fix
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Wed Oct 21 14:26:58 2009 +0800 (2009-10-21) |
parents | |
children |
line source
1 <!-- BEGIN backout.non-tip.clone -->
2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
3 <prompt>$</prompt> <userinput>hg clone -r1 miorepo repo-non-di-punta</userinput>
4 richiedo tutte le modifiche
5 aggiungo i changeset
6 aggiungo i manifest
7 aggiungo i cambiamenti ai file
8 aggiunti 2 changeset con 2 cambiamenti a 1 file
9 aggiorno la directory di lavoro
10 1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
11 <prompt>$</prompt> <userinput>cd repo-non-di-punta</userinput>
12 </screen>
13 <!-- END backout.non-tip.clone -->