Lazy commit on fry.

This commit is contained in:
James Downie 2025-07-31 20:54:25 +10:00
parent e9ee1b47d7
commit be0aeb550a

View File

@ -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)