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

thgconfig: add tortoisehg.pushafterci configurable

Changeset 84b8085ceeb4

Parent 1b62565e5b39

by Steve Borho

Changes to one file · Browse files at 84b8085ceeb4 Showing diff from parent 1b62565e5b39 Diff from another changeset...

 
81
82
83
 
 
 
84
85
86
 
81
82
83
84
85
86
87
88
89
@@ -81,6 +81,9 @@
  ' the message and a warning will be issued'   ' if any lines are too long at commit.'   ' Default: 0 (unenforced)')), + (_('Push After Commit'), 'tortoisehg.pushafterci', ['False', 'True'], + _('Attempt to push to default push target after every successful' + ' commit. Default: False')),   (_('Auto Commit List'), 'tortoisehg.autoinc', [],   _('Comma separated list of files that are automatically included'   ' in every commit. Intended for use only as a repository setting.'