~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testfetch.py

  • Committer: Robert Collins
  • Date: 2005-10-08 00:03:38 UTC
  • mto: (1185.1.51)
  • mto: This revision was merged to the branch mainline in revision 1422.
  • Revision ID: robertc@robertcollins.net-20051008000338-91e577a411df6c37
make reweave visible as a weave method, and quickly integrate into fetch

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                      br_a2)
97
97
 
98
98
 
 
99
    #TODO: test that fetch correctly does reweaving when needed. RBC 20051008
 
100
 
99
101
class TestFetch(TestCaseInTempDir):
100
102
 
101
103
    def test_fetch(self):