hgbook

changeset 786:c09a6231bc79

Added code snippets I left behind from Ch.2.
author Giulio@puck
date Mon Aug 10 22:03:09 2009 +0200 (2009-08-10)
parents 0bf0bf61493e
children d511cb890aa9
files it/examples/auto-snippets.xml it/examples/tour.commit.it it/examples/tour.ls-a.it it/examples/tour.status.it
line diff
     1.1 --- a/it/examples/auto-snippets.xml	Mon Aug 10 21:59:18 2009 +0200
     1.2 +++ b/it/examples/auto-snippets.xml	Mon Aug 10 22:03:09 2009 +0200
     1.3 @@ -232,7 +232,7 @@
     1.4  <!ENTITY interaction.tour.clone SYSTEM "tour.clone.it">
     1.5  <!ENTITY interaction.tour.clone-pull SYSTEM "tour.clone-pull.it">
     1.6  <!ENTITY interaction.tour.clone-push SYSTEM "tour.clone-push.it">
     1.7 -<!ENTITY interaction.tour.commit SYSTEM "results/tour.commit.lxo">
     1.8 +<!ENTITY interaction.tour.commit SYSTEM "tour.commit.it">
     1.9  <!ENTITY interaction.tour.diff SYSTEM "tour.diff.it">
    1.10  <!ENTITY interaction.tour.help SYSTEM "tour.help.it">
    1.11  <!ENTITY interaction.tour.incoming SYSTEM "tour.incoming.it">
    1.12 @@ -242,7 +242,7 @@
    1.13  <!ENTITY interaction.tour.log-vp SYSTEM "tour.log-vp.it">
    1.14  <!ENTITY interaction.tour.log.range SYSTEM "tour.log.range.it">
    1.15  <!ENTITY interaction.tour.ls SYSTEM "tour.ls.it">
    1.16 -<!ENTITY interaction.tour.ls-a SYSTEM "results/tour.ls-a.lxo">
    1.17 +<!ENTITY interaction.tour.ls-a SYSTEM "tour.ls-a.it">
    1.18  <!ENTITY interaction.tour.lxogoing SYSTEM "results/tour.lxogoing.lxo">
    1.19  <!ENTITY interaction.tour.lxogoing.net SYSTEM "results/tour.lxogoing.net.lxo">
    1.20  <!ENTITY interaction.tour.merge.cat SYSTEM "results/tour.merge.cat.lxo">
    1.21 @@ -270,7 +270,7 @@
    1.22  <!ENTITY interaction.tour.push.nothing SYSTEM "tour.push.nothing.it">
    1.23  <!ENTITY interaction.tour.reclone SYSTEM "tour.reclone.it">
    1.24  <!ENTITY interaction.tour.sed SYSTEM "results/tour.sed.lxo">
    1.25 -<!ENTITY interaction.tour.status SYSTEM "results/tour.status.lxo">
    1.26 +<!ENTITY interaction.tour.status SYSTEM "tour.status.it">
    1.27  <!ENTITY interaction.tour.tip SYSTEM "tour.tip.it">
    1.28  <!ENTITY interaction.tour.update SYSTEM "tour.update.it">
    1.29  <!ENTITY interaction.tour.version SYSTEM "tour.version.it">
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/it/examples/tour.commit.it	Mon Aug 10 22:03:09 2009 +0200
     2.3 @@ -0,0 +1,4 @@
     2.4 +<!-- BEGIN tour.commit -->
     2.5 +<screen><prompt>$</prompt> <userinput>hg commit</userinput>
     2.6 +</screen>
     2.7 +<!-- END tour.commit -->
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/it/examples/tour.ls-a.it	Mon Aug 10 22:03:09 2009 +0200
     3.3 @@ -0,0 +1,6 @@
     3.4 +<!-- BEGIN tour.ls-a -->
     3.5 +<screen><prompt>$</prompt> <userinput>cd hello</userinput>
     3.6 +<prompt>$</prompt> <userinput>ls -a</userinput>
     3.7 +.  ..  .hg  Makefile  hello.c
     3.8 +</screen>
     3.9 +<!-- END tour.ls-a -->
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/it/examples/tour.status.it	Mon Aug 10 22:03:09 2009 +0200
     4.3 @@ -0,0 +1,7 @@
     4.4 +<!-- BEGIN tour.status -->
     4.5 +<screen><prompt>$</prompt> <userinput>ls</userinput>
     4.6 +Makefile  hello.c
     4.7 +<prompt>$</prompt> <userinput>hg status</userinput>
     4.8 +M hello.c
     4.9 +</screen>
    4.10 +<!-- END tour.status -->