~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml4.py

[merge] much integrated work from robert and john

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env python
2
 
 
3
1
# This program is free software; you can redistribute it and/or modify
4
2
# it under the terms of the GNU General Public License as published by
5
3
# the Free Software Foundation; either version 2 of the License, or
116
114
        else:
117
115
            raise BzrError("unknown kind %r" % kind)
118
116
 
119
 
        ## mutter("read inventoryentry: %r" % (elt.attrib))
 
117
        ## mutter("read inventoryentry: %r", elt.attrib)
120
118
 
121
119
        return ie
122
120