Allowed multiple use of /undo command.

This commit is contained in:
Paul Gauthier 2024-07-05 13:28:25 -03:00 committed by Paul Gauthier (aider)
parent 5122121265
commit 783cdb7728
3 changed files with 9 additions and 1 deletions

View file

@ -536,7 +536,7 @@ class TestCommands(TestCase):
# Store the commit hash
last_commit_hash = repo.head.commit.hexsha[:7]
coder.last_aider_commit_hash = last_commit_hash
coder.aider_commit_hashes.add(last_commit_hash)
file_path.write_text("dirty content")