mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
fix: Remove unnecessary paginate parameter from cmd_diff method
This commit is contained in:
parent
bba0735878
commit
08862c73e7
2 changed files with 6 additions and 16 deletions
|
@ -1647,7 +1647,7 @@ class Coder:
|
|||
self.aider_commit_hashes.add(commit_hash)
|
||||
self.last_aider_commit_message = commit_message
|
||||
if self.show_diffs:
|
||||
self.commands.cmd_diff(paginate=False)
|
||||
self.commands.cmd_diff()
|
||||
|
||||
self.io.tool_output(f"You can use /undo to revert and discard commit {commit_hash}.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue