~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

(spiv) Fetch tagged revisions (not just tags) during branch,
 merge and pull. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    help_topics,
32
32
    lock,
33
33
    repository,
 
34
    revision as _mod_revision,
34
35
    osutils,
35
36
    remote,
36
37
    symbol_versioning,
1341
1342
    def copy_content_into(self, destination, revision_id=None):
1342
1343
        self.calls.append('copy_content_into')
1343
1344
 
 
1345
    def last_revision(self):
 
1346
        return _mod_revision.NULL_REVISION
 
1347
 
1344
1348
    def get_parent(self):
1345
1349
        return self._parent
1346
1350