When I use this plugin, I can't work out how to get the hg command line to persist. Every time I enter a command, it disappears. Unfortunately this makes the plugin unusable for me; it's much more efficient to use an external command prompt.
For example, let's say I want to run
hg status. This is what happens:
- I press Shift + Control + P and select "SublimeHg: Open Hg Command Prompt"
- The command prompt opens in a new editor panel. (Yay!)
- I type "status"
- The command prompt panel disappears (Boo!) and is replaced by a results panel (which shows the response from hg)
Now I want to run
hg commit, perhaps followed by
hg push. For each command, I have to start all over again. And when I'm debugging, this cycle repeats a lot.
Am I just being dense, or is this something that could be improved? It would be fantastic to get a persistent hg command prompt -- one less window for me to manage.
