~jeanfrancois.roy/bzr/url-safe-escape

« back to all changes in this revision

Viewing changes to bzrlib/xml4.py

[merge] robertc's integration, updated tests to check for retcode=3

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        else:
115
115
            raise BzrError("unknown kind %r" % kind)
116
116
 
117
 
        ## mutter("read inventoryentry: %r" % (elt.attrib))
 
117
        ## mutter("read inventoryentry: %r", elt.attrib)
118
118
 
119
119
        return ie
120
120