-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ported from mercurial] JOE prompts the user to create the backup dir if it doesn't exist + minor fix to chddir #11
base: main
Are you sure you want to change the base?
Conversation
prompted to create it.
I've modified the original merge request to: merge latest, reformat to conventions, and reuse The open questions, as I see them are:
EDIT: |
work since the chddir behavior was changed to canonicalize the path.
This is a port of merge request 1 on sourceforge.
User is prompted with y/n on startup to create the backup dir if backup dir is set in the options. Chddir now is a function instead of a macro because chdir has difficulties with going to home (~) directories.