Compare commits

..

No commits in common. "a86c1b6f7078f25e88924cb65a22e26ae27572ee" and "203037fa16e02791799740d38f665a3b470f2e81" have entirely different histories.

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 add ."
output = execute_command(cmd, cwd=cwd)
cmd = f"fossil commit -m \"Lazy commit on {hn}\""
output = execute_command(cmd, cwd=cwd)