~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.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:
826
826
        if symbol_versioning.deprecated_passed(revision_id):
827
827
            symbol_versioning.warn(
828
828
                'search_missing_revision_ids(revision_id=...) was '
829
 
                'deprecated in 2.3.  Use revision_ids=[...] instead.',
 
829
                'deprecated in 2.4.  Use revision_ids=[...] instead.',
830
830
                DeprecationWarning, stacklevel=2)
831
831
            if revision_ids is not None:
832
832
                raise AssertionError(