changeset 11189 | 3ef2572de32f |
parent 10984 | 68b7d2d668ce |
parent 11187 | db2897926d14 |
child 11192 | babf9a5f5528 |
--- a/mercurial/minirst.py Sun May 16 14:38:32 2010 -0500 +++ b/mercurial/minirst.py Mon May 17 21:30:00 2010 +0200 @@ -373,7 +373,7 @@ text = open(sys.argv[1]).read() blocks = debug(findblocks, text) blocks = debug(findliteralblocks, blocks) - blocks = debug(prunecontainers, blocks, sys.argv[2:]) + blocks, pruned = debug(prunecontainers, blocks, sys.argv[2:]) blocks = debug(inlineliterals, blocks) blocks = debug(splitparagraphs, blocks) blocks = debug(updatefieldlists, blocks)