hgbook
diff it/examples/ch04-diff.rename.basic.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 | 719b03ea27c8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/ch04-diff.rename.basic.it Fri Sep 04 16:33:35 2009 +0200 1.3 @@ -0,0 +1,15 @@ 1.4 +<!-- BEGIN ch04/diff.rename.basic --> 1.5 +<screen><prompt>$</prompt> <userinput>hg rename foo bar</userinput> 1.6 +<prompt>$</prompt> <userinput>hg diff</userinput> 1.7 +diff -r b01d46ff402d foo 1.8 +--- foo/foo Fri Jun 05 15:49:22 2009 +0000 1.9 ++++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.10 +@@ -1,1 +0,0 @@ 1.11 +-a 1.12 +diff -r b01d46ff402d bar 1.13 +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.14 ++++ bar/bar Fri Jun 05 15:49:23 2009 +0000 1.15 +@@ -0,0 +1,1 @@ 1.16 ++a 1.17 +</screen> 1.18 +<!-- END ch04/diff.rename.basic -->