~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 21:31:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1942.
  • Revision ID: john@arbash-meinel.com-20060816213149-bcbef53cfff6b110
With a full cache the time is down to 381 ms

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        f.writelines(output)
123
123
        # Just to keep the cache from growing without bounds
124
124
        # but we may actually not want to do clear the cache
125
 
        _clear_cache()
 
125
        #_clear_cache()
126
126
 
127
127
    def _append_inventory_root(self, output, inv):
128
128
        """Append the inventory root to output."""