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

Support for shelve/unshelve #18

Closed
gep13 opened this issue Jun 22, 2017 · 7 comments · Fixed by #96
Closed

Support for shelve/unshelve #18

gep13 opened this issue Jun 22, 2017 · 7 comments · Fixed by #96
Assignees
Milestone

Comments

@gep13
Copy link

gep13 commented Jun 22, 2017

Have you thought about adding support for doing shelve/unshelve operations within this extension?

@mrcrowl
Copy link
Owner

mrcrowl commented Jun 28, 2017

Thanks for the suggestion. Let me know your thoughts about how this would be best integrated. I'm undecided on this at the moment.

@gep13
Copy link
Author

gep13 commented Jun 28, 2017

@mrcrowl I was worried that you might ask that 😄

Using an example of how SourceTree does it... You have the option of creating a shelve at any point. You are prompted for a shelve name, and then all uncommitted changes are added to it and removed from uncommitted changes. You then have the ability to view existing shelves, and choose to unshelve it.

I could see those options being additional commands in the Hg extension, similar to push, pull, etc.

What do you think?

@mrcrowl
Copy link
Owner

mrcrowl commented Jul 3, 2017

Thanks for the ideas. I think I'll wait for some others to vote on this before investing too much time on it.
I'm open to a pull-request if you're interested in having a crack at it.

@gep13
Copy link
Author

gep13 commented Jul 7, 2017

@mrcrowl It is unlikely that I will be able to help with this, already juggling too many OSS projects as it is. Sorry!

@chrsmrtn-
Copy link

My team just grabbed this extension and this was one of the things that came up that we'd love to have.

@opus-2
Copy link

opus-2 commented Dec 10, 2017

As another example, TortoiseHg does a great job with shelves, a little more flexible than what @gep13 described (you can select which uncommited files will be shelved, not just "all").
EDIT: and it's open source.

@gep13
Copy link
Author

gep13 commented Dec 10, 2017

@opus-2 sounds good to me 👍

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

Successfully merging a pull request may close this issue.

5 participants