Some elements which may not be doubled by a replacement because they
commit32bf51cd2438847aa183a59a776add7db948eb22
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 13 Nov 2010 15:26:09 +0000 (13 15:26 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 13 Nov 2010 15:26:09 +0000 (13 15:26 +0000)
tree05fa47f925819e59020af920f3afcbe3a16bf23b
parentf7d25ba063fbdb5fac41f709ae5e65ec84aa2be8
Some elements which may not be doubled by a replacement because they
must be single by definition propagate a replacement up if their
siblings also could propagate a replacement up. This way for instance
sections which are complete replacements are recognized and marked up
properly.

Added README and man page `rstdiff.pod`.

Upgraded tests to filterunit V0.7.1.

Adapted expected test output to Docutils 0.8.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@6481 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
38 files changed:
sandbox/rstdiff/MANIFEST.in [new file with mode: 0644]
sandbox/rstdiff/README [new file with mode: 0644]
sandbox/rstdiff/global.log
sandbox/rstdiff/rstdiff.pod [new file with mode: 0644]
sandbox/rstdiff/rstdiff.py
sandbox/rstdiff/setup.py [new file with mode: 0755]
sandbox/rstdiff/tag.log
sandbox/rstdiff/tests/html/expected/contents.html
sandbox/rstdiff/tests/html/expected/footnote.html
sandbox/rstdiff/tests/html/expected/reference.html
sandbox/rstdiff/tests/html/expected/textDifferent.html
sandbox/rstdiff/tests/html/filterunit.cfg
sandbox/rstdiff/tests/simple/expected/attributes.xml
sandbox/rstdiff/tests/simple/expected/inlineStyles.xml
sandbox/rstdiff/tests/simple/expected/section.xml
sandbox/rstdiff/tests/simple/expected/textDifferent.xml
sandbox/rstdiff/tests/simple/expected/textEqual.xml
sandbox/rstdiff/tests/simple/expected/textOnly.xml
sandbox/rstdiff/tests/simple/filterunit.cfg
sandbox/rstdiff/tests/simple/source/section.rst
sandbox/rstdiff/tests/simpleHtml/expected/attributes.html
sandbox/rstdiff/tests/simpleHtml/expected/inlineStyles.html
sandbox/rstdiff/tests/simpleHtml/expected/section.html
sandbox/rstdiff/tests/simpleHtml/expected/textDifferent.html
sandbox/rstdiff/tests/simpleHtml/expected/textEqual.html
sandbox/rstdiff/tests/simpleHtml/expected/textOnly.html
sandbox/rstdiff/tests/simpleHtml/filterunit.cfg
sandbox/rstdiff/tests/simpleNoSource/expected/attributesNoSource.xml
sandbox/rstdiff/tests/simpleNoSource/expected/onceOnly.xml
sandbox/rstdiff/tests/simpleNoSource/expected/pcdataOnly.xml
sandbox/rstdiff/tests/simpleNoSource/expected/references.xml
sandbox/rstdiff/tests/simpleNoSource/expected/section.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/filterunit.cfg
sandbox/rstdiff/tests/simpleNoSource/input/onceOnly.new.rst
sandbox/rstdiff/tests/simpleNoSource/input/onceOnly.old.rst
sandbox/rstdiff/tests/simpleNoSource/input/section.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/section.old.rst [new file with mode: 0644]
sandbox/rstdiff/version.py [new file with mode: 0644]