Lazy commit on <function hostname at 0x7a40b0574180>.

This commit is contained in:
James Downie 2025-07-15 09:25:39 +10:00
parent 7b2ec93611
commit 08b90a919a

View File

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