From f5b5a3511b285dcb553ec70e91f44a0d17c40511 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 Aug 2024 19:31:49 -0400 Subject: [PATCH] copy --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 9a81e5a23..f318bfd4a 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -460,7 +460,7 @@ class Commands: # Get the current HEAD after undo current_head_hash = self.coder.repo.repo.head.commit.hexsha[:7] current_head_message = self.coder.repo.repo.head.commit.message.strip() - self.io.tool_output(f"HEAD is: {current_head_hash} {current_head_message}") + self.io.tool_output(f"Now at: {current_head_hash} {current_head_message}") if self.coder.main_model.send_undo_reply: return prompts.undo_command_reply