mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-17 18:15:00 +00:00
Allowed multiple use of /undo command.
This commit is contained in:
parent
5122121265
commit
783cdb7728
3 changed files with 9 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue