/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/selftest/testreweave.py

Move weave errors into bzrlib.errors and make consistent with new system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        knows about revisions the destination does not.  In 
101
101
        this test the second weave knows of an additional parent of 
102
102
        v2.  Any revisions which are in common still have to have the 
103
 
        same text."""
 
103
        same text.
 
104
        """
104
105
        w1 = self.build_weave1()
105
106
        wa = w1.copy()
106
107
        wb = Weave()