From a7e89ea9653f593cda33d4e64a70bb5b80ad65c1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 2 Nov 2023 16:11:26 -0700 Subject: [PATCH] commit the dirty repo --- tests/test_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 7ff801ba8..2e7cfdd36 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -458,3 +458,5 @@ class TestCommands(TestCase): commands.cmd_add("two.txt") self.assertEqual(commit, repo.head.commit.hexsha) + + repo.git.commit("-m", "cleanup")