hgbook
diff it/examples/ch04-diff.rename.git.it @ 812:42e2c9d47ef4
Minor changes and translation of code snippets for Ch.12.
author | Giulio@puck |
---|---|
date | Sat Aug 15 15:15:39 2009 +0200 (2009-08-15) |
parents | |
children | 0a49072e8c7f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/ch04-diff.rename.git.it Sat Aug 15 15:15:39 2009 +0200 1.3 @@ -0,0 +1,7 @@ 1.4 +<!-- BEGIN ch04/diff.rename.git --> 1.5 +<screen><prompt>$</prompt> <userinput>hg diff -g</userinput> 1.6 +diff --git a/a b/b 1.7 +cambiamento di nome da a 1.8 +cambiamento di nome a b 1.9 +</screen> 1.10 +<!-- END ch04/diff.rename.git -->