Merge lp:~jelmer/brz/missing-feature into lp:brz

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/missing-feature
Merge into: lp:brz
Diff against target: 12 lines (+2/-0)
1 file modified
breezy/git/tests/test_remote.py (+2/-0)
To merge this branch: bzr merge lp:~jelmer/brz/missing-feature
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+358943@code.launchpad.net

Commit message

Add missing feature for 'git' in recently added test.

Description of the change

Add missing feature for 'git' in recently added test.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/git/tests/test_remote.py'
--- breezy/git/tests/test_remote.py 2018-11-16 18:40:46 +0000
+++ breezy/git/tests/test_remote.py 2018-11-17 02:28:20 +0000
@@ -144,6 +144,8 @@
144144
145class TestRemoteGitBranch(TestCaseWithTransport):145class TestRemoteGitBranch(TestCaseWithTransport):
146146
147 _test_needs_features = [ExecutableFeature('git')]
148
147 def setUp(self):149 def setUp(self):
148 TestCaseWithTransport.setUp(self)150 TestCaseWithTransport.setUp(self)
149 self.remote_real = GitRepo.init('remote', mkdir=True)151 self.remote_real = GitRepo.init('remote', mkdir=True)

Subscribers

People subscribed via source and target branches