Compare commits
2 Commits
203037fa16
...
a86c1b6f70
Author | SHA1 | Date | |
---|---|---|---|
a86c1b6f70 | |||
08b90a919a |
@ -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 add ."
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user