You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ..
The text was updated successfully, but these errors were encountered:
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.
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:
hg push -r .
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
, alwayshg push -r .
.The text was updated successfully, but these errors were encountered: