# HG changeset patch # User Giulio@puck # Date 1250298619 -7200 # Node ID c3506735825411d92d95fe07a2ef90d5be4635c6 # Parent 16c50eea5366ef13ac6f6d7f84371d55b90cbd96 Minor adjustments to code snippets for diffs and temporary directory. diff -r 16c50eea5366 -r c35067358254 it/examples/branch-repo.bugfix.it --- a/it/examples/branch-repo.bugfix.it Sat Aug 15 03:01:38 2009 +0200 +++ b/it/examples/branch-repo.bugfix.it Sat Aug 15 03:10:19 2009 +0200 @@ -6,7 +6,7 @@ $ echo 'Ho corretto un bug usando solo echo!' >> miofile $ hg commit -m 'Importante correzione per la versione 1.0.1.' $ hg push -trasmetto a /temp/mioprogetto-1.0.1 +trasmetto a /tmp/mioprogetto-1.0.1 cerco i cambiamenti aggiungo i changeset aggiungo i manifest diff -r 16c50eea5366 -r c35067358254 it/examples/branch-repo.merge.it --- a/it/examples/branch-repo.merge.it Sat Aug 15 03:01:38 2009 +0200 +++ b/it/examples/branch-repo.merge.it Sat Aug 15 03:10:19 2009 +0200 @@ -4,7 +4,7 @@ (unione tra rami, ricordatevi di eseguire il commit) $ hg commit -m 'Incorpora la correzione dal ramo 1.0.1.' $ hg push -trasmetto a /temp/mioprogetto +trasmetto a /tmp/mioprogetto cerco i cambiamenti aggiungo i changeset aggiungo i manifest diff -r 16c50eea5366 -r c35067358254 it/examples/branch-repo.new.it --- a/it/examples/branch-repo.new.it Sat Aug 15 03:01:38 2009 +0200 +++ b/it/examples/branch-repo.new.it Sat Aug 15 03:10:19 2009 +0200 @@ -8,7 +8,7 @@ $ hg commit -A -m 'Nuova funzione.' aggiungo mionuovofile $ hg push -trasmetto a /temp/mioprogetto +trasmetto a /tmp/mioprogetto cerco i cambiamenti aggiungo i changeset aggiungo i manifest diff -r 16c50eea5366 -r c35067358254 it/examples/branching.stable.it --- a/it/examples/branching.stable.it Sat Aug 15 03:01:38 2009 +0200 +++ b/it/examples/branching.stable.it Sat Aug 15 03:10:19 2009 +0200 @@ -6,7 +6,7 @@ $ echo 'Questa รจ una correzione a una funzione noiosa.' > miofile $ hg commit -m 'Corretto un bug' $ hg push -trasmetto a /temp/stabile +trasmetto a /tmp/stabile cerco i cambiamenti aggiungo i changeset aggiungo i manifest diff -r 16c50eea5366 -r c35067358254 it/examples/ch10-notify-config-mail.lst.it --- a/it/examples/ch10-notify-config-mail.lst.it Sat Aug 15 03:01:38 2009 +0200 +++ b/it/examples/ch10-notify-config-mail.lst.it Sat Aug 15 03:10:19 2009 +0200 @@ -11,9 +11,9 @@ description: Gestisce l'errore nel caso in cui uno slave non ha alcun master. diffs (54 lines): -diff -r 9d95df7cf2ad -r 3cba9bfe74b5 include/tests.h ---- a/include/tests.h Wed Aug 02 15:19:52 2006 -0700 -+++ b/include/tests.h Wed Aug 02 15:25:26 2006 -0700 +diff -r 9d95df7cf2ad -r 3cba9bfe74b5 include/test.h +--- a/include/test.h Wed Aug 02 15:19:52 2006 -0700 ++++ b/include/test.h Wed Aug 02 15:25:26 2006 -0700 @@ -212,6 +212,15 @@ static __inline__ void test_headers(void *h) [...omissis...] diff -r 16c50eea5366 -r c35067358254 it/examples/extdiff.extdiff.it --- a/it/examples/extdiff.extdiff.it Sat Aug 15 03:01:38 2009 +0200 +++ b/it/examples/extdiff.extdiff.it Sat Aug 15 03:10:19 2009 +0200 @@ -1,7 +1,7 @@ $ hg extdiff --- a.dc7b09ad1097/miofile 2009-06-05 15:50:17.000000000 +0000 -+++ /temp/a/miofile 2009-06-05 15:50:16.000000000 +0000 ++++ /tmp/a/miofile 2009-06-05 15:50:16.000000000 +0000 @@ -1 +1,2 @@ La prima riga. +La seconda riga.