~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml5.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-16 22:35:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1942.
  • Revision ID: john@arbash-meinel.com-20060816223521-73357694d4b7df0b
One field was incorrect, need text_sha1 not text_size

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
            append(' symlink_target="')
162
162
            append(_encode_and_escape(ie.symlink_target))
163
163
        if ie.text_sha1 is not None:
164
 
            append(' text_size="')
 
164
            append(' text_sha1="')
165
165
            append(ie.text_sha1)
166
166
            append('"')
167
167
        if ie.text_size is not None: