hgbook

diff en/ch08-undo.xml @ 595:e0a4ba81f888

Add throbber for comment submission
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 22:07:30 2009 -0700 (2009-03-26)
parents 4ce9d0754af3
children 1c13ed2130a7
line diff
     1.1 --- a/en/ch08-undo.xml	Thu Mar 26 21:22:03 2009 -0700
     1.2 +++ b/en/ch08-undo.xml	Thu Mar 26 22:07:30 2009 -0700
     1.3 @@ -361,7 +361,7 @@
     1.4  	<title>Backing out a change using the <command
     1.5  	    role="hg-cmd">hg backout</command> command</title>
     1.6  	<mediaobject>
     1.7 -	  <imageobject><imagedata fileref="undo-simple"/></imageobject>
     1.8 +	  <imageobject><imagedata fileref="figs/undo-simple.png"/></imageobject>
     1.9  	  <textobject><phrase>XXX add text</phrase></textobject>
    1.10  	</mediaobject>
    1.11        </figure>
    1.12 @@ -408,7 +408,7 @@
    1.13  	<title>Automated backout of a non-tip change using the
    1.14  	  <command role="hg-cmd">hg backout</command> command</title>
    1.15  	<mediaobject>
    1.16 -	  <imageobject><imagedata fileref="undo-non-tip"/></imageobject>
    1.17 +	  <imageobject><imagedata fileref="figs/undo-non-tip.png"/></imageobject>
    1.18  	  <textobject><phrase>XXX add text</phrase></textobject>
    1.19  	</mediaobject>
    1.20        </figure>
    1.21 @@ -473,7 +473,7 @@
    1.22  	<title>Backing out a change using the <command
    1.23  	    role="hg-cmd">hg backout</command> command</title>
    1.24  	<mediaobject>
    1.25 -	  <imageobject><imagedata fileref="undo-manual"/></imageobject>
    1.26 +	  <imageobject><imagedata fileref="figs/undo-manual.png"/></imageobject>
    1.27  	  <textobject><phrase>XXX add text</phrase></textobject>
    1.28  	</mediaobject>
    1.29        </figure>
    1.30 @@ -511,7 +511,7 @@
    1.31        <figure id="fig:undo:backout-manual-merge">
    1.32  	<title>Manually merging a backout change</title>
    1.33  	<mediaobject>
    1.34 -	  <imageobject><imagedata fileref="undo-manual-merge"/></imageobject>
    1.35 +	  <imageobject><imagedata fileref="figs/undo-manual-merge.png"/></imageobject>
    1.36  	  <textobject><phrase>XXX add text</phrase></textobject>
    1.37  	</mediaobject>
    1.38        </figure>