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 -

python 3.5 - Pyqtgraph string in x tick -