hgbook

diff en/examples/results/daily.revert.modify.out @ 605:a21668c4af50

Add top-level README
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 10:08:39 2009 -0700 (2009-03-27)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/daily.revert.modify.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/daily.revert.modify.out	Fri Mar 27 10:08:39 2009 -0700
     1.3 @@ -1,10 +1,11 @@
     1.4 -$ \textbf{cat file}
     1.5 +<screen><prompt>$</prompt> <userinput>cat file</userinput>
     1.6  original content
     1.7 -$ \textbf{echo unwanted change >> file}
     1.8 -$ \textbf{hg diff file}
     1.9 +<prompt>$</prompt> <userinput>echo unwanted change &gt;&gt; file</userinput>
    1.10 +<prompt>$</prompt> <userinput>hg diff file</userinput>
    1.11  diff -r  file
    1.12  
    1.13  
    1.14  @@ -1,1 +1,2 @@
    1.15   original content
    1.16  +unwanted change
    1.17 +</screen>