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

stable doc: fix some guilabel

Changeset e92597e4e5de

Parent 849cc7cdc4c4

by Giampaolo Fadel

Changes to one file · Browse files at e92597e4e5de Showing diff from parent 849cc7cdc4c4 Diff from another changeset...

 
252
253
254
255
256
 
 
 
257
258
 
259
260
261
 
252
253
254
 
 
255
256
257
258
 
259
260
261
262
@@ -252,10 +252,11 @@
 the commit tool will switch out of *commit* or *qrefresh* mode into  *qnew* mode. In *qnew* mode, the commit tool shows only working  directory modifications (the changes that would typically get added to a -new patch by :command:`hg qnew -f`). The commit button will change into -a Qnew button as well, to make the mode switch more obvious. +new patch by :command:`hg qnew -f`). The :guilabel:`Commit` button will +change into a :guilabel:`QNew` button as well, to make the mode switch +more obvious.   -When the Qnew button is pressed, the selected change hunks are written +When the :guilabel:`QNew` button is pressed, the selected change hunks are written  into a new patch (given the filename you specified), and the dialog is  refreshed. At refresh, the commit tool will obviously swith to  *qrefresh* mode since there will now be at least one applied patch.