/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 breezy/plugins/propose/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2019-10-14 00:07:00 UTC
  • mfrom: (7290.1.36 work)
  • mto: This revision was merged to the branch mainline in revision 7405.
  • Revision ID: jelmer@jelmer.uk-20191014000700-f87zd9oufstox41r
Merge lp:brz/3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from __future__ import absolute_import
20
20
 
 
21
from ... import version_info  # noqa: F401
21
22
from ...commands import plugin_cmds
22
23
 
23
24
plugin_cmds.register_lazy("cmd_propose_merge", ["propose"], __name__ + ".cmds")