From 82f8aa5d6a85ed4c45e9f7c8cd1f90344c7adf37 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 9 Sep 2024 10:26:32 -0700 Subject: [PATCH] copy --- aider/repomap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/repomap.py b/aider/repomap.py index 51ae9db0a..857d3c58f 100644 --- a/aider/repomap.py +++ b/aider/repomap.py @@ -316,6 +316,9 @@ class RepoMap: if not file_ok: if fname not in self.warned_files: self.io.tool_warning(f"Repo-map can't include {fname}") + self.io.tool_output( + "Has it been deleted from the file system but not from git?" + ) self.warned_files.add(fname) continue