mercurial - How to do a pull --rebase only on the current branch -
i want execute hg pull -b [branch] --rebase
[branch]
whatever branch i'm on.
how do this?
here's solution ended (for powershell):
hg pull -r $(& hg branch) --rebase
i want execute hg pull -b [branch] --rebase
[branch]
whatever branch i'm on.
how do this?
here's solution ended (for powershell):
hg pull -r $(& hg branch) --rebase
Comments
Post a Comment