~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/bzrdir_implementations/test_bzrdir.py

  • Committer: Robert Collins
  • Date: 2006-02-12 12:57:15 UTC
  • mto: (1534.1.22 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060212125715-75abf487b5ee1f5a
Add update command for use with checkouts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
        dir = source.bzrdir
148
148
        target = dir.clone(self.get_url('target'))
149
149
        self.assertNotEqual(dir.transport.base, target.transport.base)
150
 
        self.assertDirectoriesEqual(dir.root_transport, target.root_transport)
 
150
        self.assertDirectoriesEqual(dir.root_transport, target.root_transport,
 
151
                                    ['./.bzr/stat-cache', './.bzr/checkout/stat-cache'])
151
152
 
152
153
    def test_clone_bzrdir_branch_reference(self):
153
154
        # cloning should preserve the reference status of the branch in a bzrdir