~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Vincent Ladeuil
  • Date: 2011-02-17 18:05:43 UTC
  • mfrom: (5549.2.4 cleanup)
  • mto: This revision was merged to the branch mainline in revision 5684.
  • Revision ID: v.ladeuil+lp@free.fr-20110217180543-vh07ilggwjygjk9g
Merge cleanup into interpolate

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(