/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

  • Committer: Aaron Bentley
  • Date: 2005-11-19 20:07:56 UTC
  • mto: (1185.33.34 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1510.
  • Revision ID: aaron.bentley@utoronto.ca-20051119200756-339f5a64abed668d
Added repr for Weave

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        self._name_map = {}
177
177
        self._weave_name = weave_name
178
178
 
 
179
    def __repr__(self):
 
180
        return "Weave(%r)" % self._weave_name
 
181
 
179
182
 
180
183
    def copy(self):
181
184
        """Return a deep copy of self.