/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/gitlab/tests/test_hoster.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-01 19:35:12 UTC
  • mfrom: (7490.29.10 work)
  • mto: This revision was merged to the branch mainline in revision 7507.
  • Revision ID: jelmer@jelmer.uk-20200601193512-yx77edrbrs12d0qy
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from breezy.tests import TestCase
18
18
 
19
 
from breezy.plugins.propose.gitlabs import (
 
19
from breezy.plugins.gitlab.hoster import (
20
20
    parse_gitlab_merge_request_url,
21
21
    NotMergeRequestUrl,
22
22
    NotGitLabUrl,