/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/plugin.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-11 22:33:18 UTC
  • mfrom: (7413.8.12 probe-hg)
  • Revision ID: breezy.the.bot@gmail.com-20200111223318-r0tojy1gblgzs951
Add a Mercurial prober that mentions that mercurial repositories are unsupported.

Merged from https://code.launchpad.net/~jelmer/brz/probe-hg/+merge/375181

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
from breezy import (
52
52
    bedding,
53
53
    debug,
54
 
    errors,
55
54
    help_topics,
56
55
    trace,
57
56
    )
58
57
""")
59
58
 
 
59
from . import (
 
60
    errors,
 
61
    )
 
62
 
60
63
 
61
64
_MODULE_PREFIX = "breezy.plugins."
62
65