Merge lp:~jelmer/brz/symref into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 7639
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/symref
Merge into: lp:brz
Diff against target: 11 lines (+1/-0)
1 file modified
breezy/git/remote.py (+1/-0)
To merge this branch: bzr merge lp:~jelmer/brz/symref
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+429915@code.launchpad.net

Commit message

Fix import of BranchReferenceLoop.

Description of the change

Fix import of BranchReferenceLoop.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/git/remote.py'
--- breezy/git/remote.py 2022-08-30 17:23:15 +0000
+++ breezy/git/remote.py 2022-09-14 19:48:17 +0000
@@ -33,6 +33,7 @@
33 ui,33 ui,
34 urlutils,34 urlutils,
35 )35 )
36from ..controldir import BranchReferenceLoop
36from ..push import (37from ..push import (
37 PushResult,38 PushResult,
38 )39 )

Subscribers

People subscribed via source and target branches