/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/tests/test_fetch.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-26 21:44:02 UTC
  • mto: This revision was merged to the branch mainline in revision 3309.
  • Revision ID: andrew.bennetts@canonical.com-20080326214402-cpdwd79w1uu2c8un
Add comment suggested by Robert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
        # check there is nothing more to fetch.  We take care to re-use the
300
300
        # existing transport so that the request logs we're about to examine
301
301
        # aren't cluttered with redundant probes for a smart server.
 
302
        # XXX: Perhaps this further parameterisation: test http with smart
 
303
        # server, and test http without smart server?
302
304
        source = Branch.open(
303
305
            self.get_readonly_url("source/"),
304
306
            possible_transports=[source.bzrdir.root_transport])