Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

doc: use same option labels in thgconfig.py

Changeset 497a775856b3

Parent f0bb84bac2f3

by Yuki KODAMA

Changes to one file · Browse files at 497a775856b3 Showing diff from parent f0bb84bac2f3 Diff from another changeset...

 
119
120
121
122
 
123
124
125
 
127
128
129
130
 
131
132
133
 
225
226
227
228
 
229
230
231
 
119
120
121
 
122
123
124
125
 
127
128
129
 
130
131
132
133
 
225
226
227
 
228
229
230
231
@@ -119,7 +119,7 @@
  Show the diff panel below the file list in status, shelve, and   commit dialogs. Default: False (show diffs to right of file list).   -:guilabel:`Capture Stderr:` +:guilabel:`Capture stderr:`   Redirect stderr to a buffer which is parsed at the end of the process   for runtime errors. Default: True.   @@ -127,7 +127,7 @@
  When running hgtk from the command line, fork a background process   to run graphical dialogs. Default: True.   -:guilabel:`Full path title:` +:guilabel:`Full Path Title:`   Show a full directory path of the repository in the dialog title   instead of just the root directory name. Default: False   @@ -225,7 +225,7 @@
 * *default* - the default URL to pull from, usually clone source  * *default-push* - the default push target when using the command line   -:guilabel:`After pull operation:` +:guilabel:`After Pull Operation:`   Operation which is performed directly after a successful pull.   :guilabel:`update` equates to :command:`pull --update`, :guilabel:`fetch`   equates to the fetch extension, :guilabel:`rebase` equates to