/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/upload/cmds.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:
21
21
from ... import (
22
22
    commands,
23
23
    config,
 
24
    errors,
24
25
    lazy_import,
25
26
    option,
26
27
    osutils,
30
31
 
31
32
from breezy import (
32
33
    controldir,
33
 
    errors,
34
34
    globbing,
35
35
    ignores,
36
36
    revision,