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 "current branch" workflow #8

Closed
nsgundy opened this issue May 11, 2017 · 5 comments
Closed

Support for "current branch" workflow #8

nsgundy opened this issue May 11, 2017 · 5 comments
Assignees

Comments

@nsgundy
Copy link

nsgundy commented May 11, 2017

Version: 1.0.4
Thanks for the great extension, really liking it so far!

I'd like to request an option to be added that allows for the following:

  • Push command will only push the current branch hg push -r .
  • The "changes" counter (in the status bar next to the current branch name) only shows the outstanding commit to be pushed / pulled from the current branch and clicking on it will only pull / push the current branch.

The reason behind this is that I do make commits to different branches frequently, but when I decide push I only want to push the branch I am currently on. So I never just hg push, always hg push -r ..

@mrcrowl
Copy link
Owner

mrcrowl commented May 11, 2017

Sounds good. Will look into this.

@mrcrowl mrcrowl self-assigned this May 11, 2017
@mrcrowl
Copy link
Owner

mrcrowl commented May 16, 2017

Would you be okay if the push current branch used hg push -b .? I think it's the same in most situations, but will also include other forks with the same branch name as current.

@nsgundy
Copy link
Author

nsgundy commented May 17, 2017

Would you be okay if the push current branch used hg push -b .?

That should work just fine 👍

@mrcrowl
Copy link
Owner

mrcrowl commented May 21, 2017

Released in v1.0.7

@nsgundy
Copy link
Author

nsgundy commented May 23, 2017

Thanks so much, love it!

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

No branches or pull requests

2 participants