~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:39:04 UTC
  • mfrom: (1185.1.52)
  • Revision ID: robertc@robertcollins.net-20051008003904-aaffaea2778efe3e
merge in martins reweave, integrated to fetch, and a bugfix for commit and upgrade with executable files

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):