Skip to content
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

Add setting for default revert depth #606

Closed
bkromhout opened this issue Jun 12, 2019 · 3 comments · Fixed by #608
Closed

Add setting for default revert depth #606

bkromhout opened this issue Jun 12, 2019 · 3 comments · Fixed by #608
Assignees
Labels

Comments

@bkromhout
Copy link

Is your feature request related to a problem? Please describe.
A recently fixed issue (#573) made it so that every time you try to revert something, you get asked for a revert depth. While I appreciate the ability to explicitly choose every time, it can become quite bothersome after a while, especially if you're usually just reverting single files.

Describe the solution you'd like
Please add a setting that lets you specify a default revert depth so that it isn't asked for each and every time something is reverted. It should be unset by default (causing it to ask each time), since that's the safest behavior.

Describe alternatives you've considered
There aren't really any alternatives for this sort of thing.

@edgardmessias edgardmessias self-assigned this Jun 12, 2019
@edgardmessias
Copy link
Contributor

I will add a check to prompt depth when has some directory

@bkromhout
Copy link
Author

That seems like a good idea as well, though I still think there's value in having a setting too. There could even be a setting for with and without directories (though that's probably too complex).

edgardmessias added a commit to edgardmessias/svn-scm that referenced this issue Jun 12, 2019
JohnstonCode added a commit that referenced this issue Jun 14, 2019
# [1.54.0](v1.53.0...v1.54.0) (2019-06-14)

### Features

* Added support to revert from explorer (close [#606](#606)) ([#608](#608)) ([02c983b](02c983b))
JohnstonCode added a commit that referenced this issue Jun 14, 2019
# [1.54.0](v1.53.0...v1.54.0) (2019-06-14)

### Features

* Added support to revert from explorer (close [#606](#606)) ([#608](#608)) ([02c983b](02c983b))
@JohnstonCode
Copy link
Owner

🎉 This issue has been resolved in version 1.54.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants