# HG changeset patch # User Giulio@puck # Date 1249934589 -7200 # Node ID c09a6231bc79a948c814f908619c63a21a9d9764 # Parent 0bf0bf61493e085ef3f3bed04eb3edc9dc3a2e84 Added code snippets I left behind from Ch.2. diff -r 0bf0bf61493e -r c09a6231bc79 it/examples/auto-snippets.xml --- a/it/examples/auto-snippets.xml Mon Aug 10 21:59:18 2009 +0200 +++ b/it/examples/auto-snippets.xml Mon Aug 10 22:03:09 2009 +0200 @@ -232,7 +232,7 @@ - + @@ -242,7 +242,7 @@ - + @@ -270,7 +270,7 @@ - + diff -r 0bf0bf61493e -r c09a6231bc79 it/examples/tour.commit.it --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/it/examples/tour.commit.it Mon Aug 10 22:03:09 2009 +0200 @@ -0,0 +1,4 @@ + +$ hg commit + + diff -r 0bf0bf61493e -r c09a6231bc79 it/examples/tour.ls-a.it --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/it/examples/tour.ls-a.it Mon Aug 10 22:03:09 2009 +0200 @@ -0,0 +1,6 @@ + +$ cd hello +$ ls -a +. .. .hg Makefile hello.c + + diff -r 0bf0bf61493e -r c09a6231bc79 it/examples/tour.status.it --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/it/examples/tour.status.it Mon Aug 10 22:03:09 2009 +0200 @@ -0,0 +1,7 @@ + +$ ls +Makefile hello.c +$ hg status +M hello.c + +