changeset 48875 | 6000f5b25c9b |
parent 46400 | 7525e77b5eac |
48874:af0b21d5a930 | 48875:6000f5b25c9b |
---|---|
1 # Read the output of a "svn log --xml" command on stdin, parse it and |
1 # Read the output of a "svn log --xml" command on stdin, parse it and |
2 # print a subset of attributes common to all svn versions tested by |
2 # print a subset of attributes common to all svn versions tested by |
3 # hg. |
3 # hg. |
4 from __future__ import absolute_import |
|
5 import sys |
4 import sys |
6 import xml.dom.minidom |
5 import xml.dom.minidom |
7 |
6 |
8 |
7 |
9 def xmltext(e): |
8 def xmltext(e): |