/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/_static_tuple_py.py

merge shell-like-tests into description resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        return StaticTuple.from_sequence(tuple.__add__(self,other))
59
59
 
60
60
    def as_tuple(self):
61
 
        return self
 
61
        return tuple(self)
62
62
 
63
63
    def intern(self):
64
64
        return _interned_tuples.setdefault(self, self)