I am using firefox extension to run hg commands on my repository. But when ever I execute any hg commands it shows command prompt window for a split second and closes it.
Eg:-
- process.run("push");
- process.run("update");
Is there any way to not show that window at all ?