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 web

Changeset e48947141177

Parent 2650302b0d5f

by Giampaolo Fadel

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

 
185
186
187
188
 
 
189
190
191
 
 
192
193
194
 
 
195
196
197
 
198
199
200
 
 
201
202
203
 
204
205
206
 
 
207
208
209
 
 
210
211
212
 
213
214
215
 
216
217
218
 
 
 
 
 
 
 
219
220
221
 
 
 
 
 
 
222
223
224
225
 
 
226
227
228
 
185
186
187
 
188
189
190
191
 
192
193
194
195
 
196
197
198
199
 
200
201
202
 
203
204
205
206
 
207
208
209
 
210
211
212
213
 
214
215
216
217
 
218
219
220
 
221
222
223
 
224
225
226
227
228
229
230
231
232
 
233
234
235
236
237
238
239
240
 
 
241
242
243
244
245
@@ -185,44 +185,61 @@
 ---    :guilabel:`Name:` - TODO + Repository name to use in the web interface. + Default is the working directory.    :guilabel:`Description:` - TODO + Textual description of the repository's purpose or + contents.    :guilabel:`Contact:` - TODO + Name or email address of the person in charge of the + repository.    :guilabel:`Style:` - TODO + Which template map style to use.    :guilabel:`Archive Formats:` - TODO + Comma separated list of archive formats allowed for + downloading.    :guilabel:`Port:` - TODO + Port to listen on.    :guilabel:`Push Requires SSL:` - TODO + Whether to require that inbound pushes be transported + over SSL to prevent password sniffing.    :guilabel:`Stripes:` - TODO + How many lines a "zebra stripe" should span in multiline output. + Default is 1; set to 0 to disable.    :guilabel:`Max Files:` - TODO + Maximum number of files to list per changeset.    :guilabel:`Max Changes:` - TODO + Maximum number of changes to list on the changelog.    :guilabel:`Allow Push:` - TODO + Whether to allow pushing to the repository. If empty or not + set, push is not allowed. If the special value "*", any remote + user can push, including unauthenticated users. Otherwise, the + remote user must have been authenticated, and the authenticated + user name must be present in this list (separated by whitespace + or ","). The contents of the allow_push list are examined after + the deny_push list.    :guilabel:`Deny Push:` - TODO + Whether to deny pushing to the repository. If empty or not set, + push is not denied. If the special value "*", all remote users + are denied push. Otherwise, unauthenticated users are all + denied, and any authenticated user name present in this list + (separated by whitespace or ",") is also denied. The contents + of the deny_push list are examined before the allow_push list.    :guilabel:`Encoding:` - TODO - + Character encoding name. +  Proxy  -----