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

doc: fill settings of commit and changelog

Changeset 2650302b0d5f

Parent 5c89e29e4676

by Giampaolo Fadel

Changes to one file · Browse files at 2650302b0d5f Showing diff from parent 5c89e29e4676 Diff from another changeset...

 
126
127
128
129
 
130
131
132
 
 
 
133
134
135
 
 
 
 
136
137
138
 
 
 
 
 
139
140
141
142
143
144
 
 
 
 
145
146
147
 
 
 
148
149
150
 
 
 
151
152
153
 
 
 
154
155
156
157
158
159
 
 
 
160
161
162
 
126
127
128
 
129
130
131
 
132
133
134
135
136
 
137
138
139
140
141
142
 
143
144
145
146
147
148
149
150
151
152
 
153
154
155
156
157
158
 
159
160
161
162
163
 
164
165
166
167
168
 
169
170
171
172
173
174
175
176
 
177
178
179
180
181
182
@@ -126,37 +126,57 @@
 ------    :guilabel:`Username:` - TODO + Name associated with commits.    :guilabel:`External Commit Tool:` - TODO + Select commit tool launched by TortoiseHg. (Qct is no longer + distributed as part of TortoiseHg). + Default: None (use the builtin tool). [DEPRECATED]    :guilabel:`Summary Line Length:` - TODO + 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:` - TODO + 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).    Changelog  ---------    :guilabel:`Author Coloring:` - TODO + Color changesets by author name. If not enabled, + the changes are colored green for merge, red for + non-trivial parents, black for normal. + Default: False.    :guilabel:`Long Summary:` - TODO + If true, concatenate multiple lines of changeset summary + until they reach 80 characters. + Default: False.    :guilabel:`Log Batch Size:` - TODO + The number of revisions to read and display in the + changelog viewer in a single batch. + Default: 500.    :guilabel:`Copy Hash:` - TODO + Allow the changelog viewer to copy the changeset hash + of the currently selected changeset into the clipboard. + Default: False.    Sync  ----    :guilabel:`After pull operation:` - TODO + Operation which is performed directly after a successful pull. + update equates to pull --update, fetch equates to the fetch + extension, rebase equates to pull --rebase. Default: none.    :guilabel:`Remote repository paths`   TODO