Lazy commit on <function hostname at 0x7a40b0574180>.
This commit is contained in:
parent
7b2ec93611
commit
08b90a919a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user