/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/blackbox/test_checkout.py

  • Committer: Aaron Bentley
  • Date: 2007-12-18 23:12:06 UTC
  • mto: This revision was merged to the branch mainline in revision 3135.
  • Revision ID: abentley@panoramicfeedback.com-20071218231206-zkw1bosst2ah0aeg
Get tests passing with accelerator_tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        branch.bzrdir.destroy_workingtree()
138
138
        self.run_bzr('checkout -r 0')
139
139
        self.assertEqual('null:', tree.last_revision())
 
140
 
 
141
    def test_checkout_files_from(self):
 
142
        branch = _mod_branch.Branch.open('branch')
 
143
        self.run_bzr(['checkout', 'branch', 'branch2', '--files-from',
 
144
                      'branch'])