Heckimp should warn if there's stuff in the output directory, and it gets to the end and one of the files wasn't in the input #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're gonna have some issues running against an update because there will be orphan files leftover that aren't in the input directory anymore. We can detect this by keeping track of all the files that would be created, and then checking them off the list of output files we detected, and printing out the ones that should be considered for deletion because they don't exist in the input (with exceptions of course), to make updates as repeatable as possible.