hgbook
diff it/examples/tag.replace.it @ 976:713f0f69029a
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:35 2009 +0200 (2009-09-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/tag.replace.it Fri Sep 04 16:33:35 2009 +0200 1.3 @@ -0,0 +1,13 @@ 1.4 +<!-- BEGIN tag.replace --> 1.5 +<screen><prompt>$</prompt> <userinput>hg tag -r 1 v1.1</userinput> 1.6 +<prompt>$</prompt> <userinput>hg tags</userinput> 1.7 +tip 4:2f0219ae190a 1.8 +v1.1 1:87dee45bf6ec 1.9 +<prompt>$</prompt> <userinput>hg tag -r 2 v1.1</userinput> 1.10 +fallimento: l'etichetta 'v1.1' esiste giĆ (usate -f per forzare) 1.11 +<prompt>$</prompt> <userinput>hg tag -f -r 2 v1.1</userinput> 1.12 +<prompt>$</prompt> <userinput>hg tags</userinput> 1.13 +tip 5:9a0bd94354ec 1.14 +v1.1 2:35418c351c2b 1.15 +</screen> 1.16 +<!-- END tag.replace -->