commit 0ff33f3737ad5f7565ee3b3c28bad346d4933ac5 from: Jelmer Vernooij date: Sat Jan 08 01:48:43 2022 UTC Fix style. commit - 3c4035ebc672d91f5251568479c1f2ba9665ca50 commit + 0ff33f3737ad5f7565ee3b3c28bad346d4933ac5 blob - 188dca235888e19ce6a7ea96ac259f7f4254c00f blob + 8d4ab0eb4f9731223253ae61659977f5a5308aac --- dulwich/porcelain.py +++ dulwich/porcelain.py @@ -429,7 +429,7 @@ def clone( DeprecationWarning, stacklevel=3, ) - errstream = outstream + # TODO(jelmer): Capture logging output and stream to errstream if checkout is None: checkout = not bare blob - 083540a8f1bb8a99de4afcb0495f9ebabba63644 blob + aa6731815124912c8a1ef32acd6911c633d9f21b --- dulwich/tests/test_index.py +++ dulwich/tests/test_index.py @@ -30,7 +30,6 @@ import stat import struct import sys import tempfile -import warnings from dulwich.index import ( Index, @@ -63,9 +62,6 @@ from dulwich.repo import Repo from dulwich.tests import ( TestCase, skipIf, -) -from dulwich.tests.utils import ( - setup_warning_catcher, )