tests/svnxml.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     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):