From 11b1f6edc164e2084e3ff034d3b65306c461a0be Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Oct 2009 22:08:23 +0200 Subject: repo.remote method added CHANGES updated to carry information about remotes and config --- test/git/test_remote.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/git/test_remote.py b/test/git/test_remote.py index 2446710f..8c0177fd 100644 --- a/test/git/test_remote.py +++ b/test/git/test_remote.py @@ -67,6 +67,7 @@ class TestRemote(TestCase): assert num_remotes assert num_remotes == len(remote_set) + origin = self.repo.remote('origin') def test_creation_and_removal(self): new_name = "test_new_one" -- cgit v1.2.1