~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

- fix Weave.names()

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                             (name, self._weave_name))
229
229
 
230
230
    def names(self):
231
 
        return self._names.keys()
 
231
        return self._names[:]
232
232
 
233
233
    def iter_names(self):
234
234
        """Yield a list of all names in this weave."""