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

merge with stable

Changeset 582070eaa3cb

Parents a8c0de4fdb53

Parents 59e0ad778756

by Steve Borho

Changes to one file · Browse files at 582070eaa3cb Showing diff from parent a8c0de4fdb53 59e0ad778756 Diff from another changeset...

 
241
242
243
244
245
246
247
248
249
 
250
251
252
 
253
254
255
256
257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
259
260
 
241
242
243
 
 
 
 
 
 
244
245
246
 
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
@@ -241,20 +241,30 @@
 Commit Message Pane  -------------------   -If your project has guidelines for commit message format, you can -configure those in the settings tool. The commit tool will enforce this -policy at commit time, and also has the ability to apply the policy to -the current message. - -The commit message pane has special context menu options: +The commit message pane has these special context menu options:     :guilabel:`Paste Filenames`: - Pastes checked filenames into the commit message at the cursor. + Paste checked filenames into the commit message at the cursor.   :guilabel:`Apply Format`:   Apply configured message wrap policy to current message.   :guilabel:`Configure Format`:   Opens the settings dialog to the :guilabel:`Commit` tab.   +If your project has guidelines for the format of commit messages, you +can configure them in the settings tool. The commit tool will enforce +your policy at commit time, and you can ask the tool to apply the format +to the current message. The :guilabel:`Commit` tab of the settings tool +has these two configurables for commit message policy: + + :guilabel:`Summary Line Length`: + Maximum length of the commit message summary line. If set, + TortoiseHG will issue a warning if the summary line is too long + or not separated by a blank line. Default: 0 (unenforced) + :guilabel:`Message Line Length`: + Word wrap length of the commit message. If set, the popup menu + can be used to format the message and a warning will be issued + if any lines are too long at commit. Default: 0 (unenforced) +  MQ patches  ----------