New default option `--compare-sections-by-id` compares sections by
commit174da032bcd977498ce84eccb8ebb02aa4ff9475
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 2 Apr 2011 10:43:08 +0000 (2 10:43 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 2 Apr 2011 10:43:08 +0000 (2 10:43 +0000)
treea7141b38528f732f1d26fe529f46cec4e6b6a1f3
parentaa1c366f3d06515e4a0d5616d847c6fccc6e3afe
New default option `--compare-sections-by-id` compares sections by
their ids. New option `--compare-sections-normally` uses the old
behavior.

Changed documentation format to reStructuredText.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@6999 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
26 files changed:
sandbox/rstdiff/global.log
sandbox/rstdiff/rstdiff.pod [deleted file]
sandbox/rstdiff/rstdiff.py
sandbox/rstdiff/rstdiff.rst [new file with mode: 0644]
sandbox/rstdiff/tag.log
sandbox/rstdiff/tests/html/filterunit.cfg
sandbox/rstdiff/tests/optionCompareNormal/expected/section.xml [copied from sandbox/rstdiff/tests/simpleNoSource/expected/section.xml with 100% similarity]
sandbox/rstdiff/tests/optionCompareNormal/filterunit.cfg [new file with mode: 0644]
sandbox/rstdiff/tests/optionCompareNormal/input/section.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/optionCompareNormal/input/section.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/filterunit.cfg
sandbox/rstdiff/tests/simple/expected/sectionSequence.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simple/filterunit.cfg
sandbox/rstdiff/tests/simple/input/sectionSequence.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/input/sectionSequence.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/source/sectionSequence.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/sectionSequence.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/filterunit.cfg
sandbox/rstdiff/tests/simpleNoSource/expected/footnoteSequence.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/expected/onceOnly.xml
sandbox/rstdiff/tests/simpleNoSource/expected/section.xml
sandbox/rstdiff/tests/simpleNoSource/filterunit.cfg
sandbox/rstdiff/tests/simpleNoSource/input/footnoteSequence.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/footnoteSequence.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/onceOnly.new.rst
sandbox/rstdiff/version.py