Merge lp:~jelmer/brz/darcs-test into lp:brz/3.1

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/darcs-test
Merge into: lp:brz/3.1
Diff against target: 12 lines (+2/-0)
1 file modified
breezy/plugins/darcs/__init__.py (+2/-0)
To merge this branch: bzr merge lp:~jelmer/brz/darcs-test
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+381699@code.launchpad.net

Commit message

Prioritize likely darcs hosts for darcs repositories.

Description of the change

Prioritize likely darcs hosts for darcs repositories.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/plugins/darcs/__init__.py'
2--- breezy/plugins/darcs/__init__.py 2020-04-04 19:56:21 +0000
3+++ breezy/plugins/darcs/__init__.py 2020-04-05 13:24:22 +0000
4@@ -75,6 +75,8 @@
5
6 @classmethod
7 def priority(klass, transport):
8+ if 'darcs' in transport.base:
9+ return 90
10 return 100
11
12 @classmethod

Subscribers

People subscribed via source and target branches