mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 22:55: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
|
@ -1,6 +1,10 @@
|
|||
|
||||
# Release history
|
||||
|
||||
### main branch
|
||||
|
||||
- Allow multiple use of `/undo`.
|
||||
|
||||
### Aider v0.42.0
|
||||
|
||||
- Performance release:
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ cog.out(text)
|
|||
|
||||
# Release history
|
||||
|
||||
### main branch
|
||||
|
||||
- Allow multiple use of `/undo`.
|
||||
|
||||
### Aider v0.42.0
|
||||
|
||||
- Performance release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue