##// END OF EJS Templates
config: Update config files with comment about 'vcs.backends' setting.
Martin Bornhold -
r587:40296385 default
parent child Browse files
Show More
@@ -529,7 +529,13 b' vcs.hooks.protocol = http'
529 529 vcs.server.log_level = debug
530 530 ## Start VCSServer with this instance as a subprocess, usefull for development
531 531 vcs.start_server = true
532
533 ## List of enabled VCS backends, available options are:
534 ## `hg` - mercurial
535 ## `git` - git
536 ## `svn` - subversion
532 537 vcs.backends = hg, git, svn
538
533 539 vcs.connection_timeout = 3600
534 540 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
535 541 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible
@@ -498,7 +498,13 b' vcs.server = localhost:9900'
498 498 vcs.server.log_level = info
499 499 ## Start VCSServer with this instance as a subprocess, usefull for development
500 500 vcs.start_server = false
501
502 ## List of enabled VCS backends, available options are:
503 ## `hg` - mercurial
504 ## `git` - git
505 ## `svn` - subversion
501 506 vcs.backends = hg, git, svn
507
502 508 vcs.connection_timeout = 3600
503 509 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
504 510 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible
General Comments 0
You need to be logged in to leave comments. Login now