Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

doc: mention highlighting in hgcmd

Changeset aa9568dec3a5

Parent 376ade0ac537

by Steve Borho

Changes to one file · Browse files at aa9568dec3a5 Showing diff from parent 376ade0ac537 Diff from another changeset...

 
80
81
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
@@ -80,3 +80,18 @@
 * :kbd:`CTRL-G` will advance the search to the next match,  * :kbd:`SHIFT-CTRL-G` goes backwards  * The mouse scroll wheel will advance forwards and backwards through matching lines + +HG command dialog +================= + +Many TortoiseHg tools use the *hgcmd* dialog to run Mercurial commands +that could potentially be interactive. In release 0.8, this dialog was +changed to draw all error messages in a dark red color to give it more +contrast with normal output messages. + +The window also properly focuses its :guilabel:`close` button when the +command has completed, so a simple :kbd:`Enter` is that that is required +to close the window. + +*hgcmd* also responds appropriately to the global :kbd:`CTRL-W` and +more drastic :kbd:`CTRL-Q` accelerators.