Answer the question
In order to leave comments, you need to log in
hg console how?
Hello!
Faced with the fact that during development I keep the terminal window open to work with the version control system. I don't like writing before the hg command all the time. Is there a console that only expects mercurial commands?
The thing, it seems, is not complicated - I think that it has already been implemented. Can anyone come across?
I'll explain with an example. Let's say I'm fixing bug 172 in the production branch. Then I merge the changes into the current one.
hg pull<br/>
hg update production<br/>
...<br/>
hg commit -m 'fixed #172'<br/>
hg update default<br/>
hg merge production<br/>
hg commit -m 'merge'<br/>
hg push<br/>
pull<br/>
update production<br/>
...<br/>
commit -m 'fixed #172'<br/>
update default<br/>
merge production<br/>
commit -m 'merge'<br/>
push<br/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question