From be0aeb550a7afa97b44866663c1de37a7a294d53 Mon Sep 17 00:00:00 2001 From: James Downie Date: Thu, 31 Jul 2025 20:54:25 +1000 Subject: [PATCH] Lazy commit on fry. --- jdownie/repo/repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdownie/repo/repo b/jdownie/repo/repo index 018af4e..6d11ca0 100755 --- a/jdownie/repo/repo +++ b/jdownie/repo/repo @@ -161,7 +161,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 addremove ." + cmd = f"fossil addremove" output = execute_command(cmd, cwd=cwd) cmd = f"fossil commit -m \"Lazy commit on {hn}\"" output = execute_command(cmd, cwd=cwd)