~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/lp_propose.py

(jelmer) Deprecate and remove uses of
 ``RevisionSpec.wants_revision_history``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from bzrlib import (
26
26
    msgeditor,
27
27
    )
 
28
from bzrlib.i18n import gettext
28
29
from bzrlib.plugins.launchpad import (
29
30
    lp_api,
30
31
    lp_registration,