From ec0657cf5de9aeb5629cc4f4f38b36f48490493e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 24 Nov 2010 15:56:49 +0100 Subject: Unified object and commit handling which should make the reflog handling much easier. There is some bug in it though, it still needs fixing --- test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_remote.py') diff --git a/test/test_remote.py b/test/test_remote.py index 108712a5..af6915a3 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -208,7 +208,7 @@ class TestRemote(TestBase): assert tinfo.flags & tinfo.NEW_TAG # adjust tag commit - Reference._set_object(rtag, rhead.commit.parents[0].parents[0]) + Reference.set_object(rtag, rhead.commit.parents[0].parents[0]) res = fetch_and_test(remote, tags=True) tinfo = res[str(rtag)] assert tinfo.commit == rtag.commit -- cgit v1.2.3