/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/repofmt/knitrepo.py

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
542
542
        if symbol_versioning.deprecated_passed(revision_id):
543
543
            symbol_versioning.warn(
544
544
                'search_missing_revision_ids(revision_id=...) was '
545
 
                'deprecated in 2.3.  Use revision_ids=[...] instead.',
 
545
                'deprecated in 2.4.  Use revision_ids=[...] instead.',
546
546
                DeprecationWarning, stacklevel=2)
547
547
            if revision_ids is not None:
548
548
                raise AssertionError(