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


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -