From 08b90a919a82f714dc38ee0ecd820f7b5aa43a8e Mon Sep 17 00:00:00 2001 From: James Downie Date: Tue, 15 Jul 2025 09:25:39 +1000 Subject: [PATCH] Lazy commit on . --- jdownie/repo/repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdownie/repo/repo b/jdownie/repo/repo index ad471b1..005c8c7 100755 --- a/jdownie/repo/repo +++ b/jdownie/repo/repo @@ -155,7 +155,7 @@ def perform_action(action, key, item, silent = False): elif action == "lc": if isFossil(item): cwd = Path(os.path.expanduser(item["path"])) - cmd = f"fossil add ." + cmd = f"fossil addremove ." output = execute_command(cmd, cwd=cwd) cmd = f"fossil commit -m \"Lazy commit on {hostname}\"" output = execute_command(cmd, cwd=cwd)