/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_config.py

  • Committer: Aaron Bentley
  • Date: 2007-01-16 13:12:54 UTC
  • mto: (2230.3.47 branch6)
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: aaron.bentley@utoronto.ca-20070116131254-sjruli93timappd4
work in progress bind stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
 
414
414
    def test_config_creates_local(self):
415
415
        """Creating a new entry in config uses a local path."""
416
 
        branch = self.make_branch('branch')
 
416
        branch = self.make_branch('branch', format='knit')
417
417
        branch.set_push_location('http://foobar')
418
418
        locations = config.locations_config_filename()
419
419
        local_path = osutils.getcwd().encode('utf8')