fix: Remove unnecessary paginate parameter from cmd_diff method

This commit is contained in:
Paul Gauthier 2024-08-09 18:34:54 -04:00 committed by Paul Gauthier (aider)
parent bba0735878
commit 08862c73e7
2 changed files with 6 additions and 16 deletions

View file

@ -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}.")