~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

Remove utf8 debugging code

Show diffs side-by-side

added added

removed removed

Lines of Context:
777
777
                result.append(value[1:])
778
778
            else:
779
779
                assert isinstance(value, str)
780
 
                try:
781
 
                    result.append(self._history[int(value)])
782
 
                except ValueError:
783
 
                    import pdb;pdb.set_trace()
 
780
                result.append(self._history[int(value)])
784
781
        return result
785
782
 
786
783
    def get_graph(self):