##// END OF EJS Templates
merge with crew.
Vadim Gelfer -
r2279:51bfa0fd merge default
parent child Browse files
Show More
@@ -289,7 +289,15 b' smtp::'
289 paths::
289 paths::
290 Assigns symbolic names to repositories. The left side is the
290 Assigns symbolic names to repositories. The left side is the
291 symbolic name, and the right gives the directory or URL that is the
291 symbolic name, and the right gives the directory or URL that is the
292 location of the repository.
292 location of the repository. Default paths can be declared by
293 setting the following entries.
294 default;;
295 Directory or URL to use when pulling if no source is specified.
296 Default is set to repository from which the current repository
297 was cloned.
298 default-push;;
299 Optional. Directory or URL to use when pushing if no destination
300 is specified.
293
301
294 ui::
302 ui::
295 User interface controls.
303 User interface controls.
General Comments 0
You need to be logged in to leave comments. Login now