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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -