~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisionspec.py

  • Committer: Matthew Fuller
  • Date: 2009-07-25 08:26:42 UTC
  • mto: This revision was merged to the branch mainline in revision 4625.
  • Revision ID: fullermd@over-yonder.net-20090725082642-gd7rhcn3kgjvv9dx
Eliminate ancient comment.  By now, it's calling for something that's
either already done, or OBE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
            called directly. Only from RevisionSpec.from_string()
186
186
        """
187
187
        if not _internal:
188
 
            # XXX: Update this after 0.10 is released
189
188
            symbol_versioning.warn('Creating a RevisionSpec directly has'
190
189
                                   ' been deprecated in version 0.11. Use'
191
190
                                   ' RevisionSpec.from_string()'