Switch to unified view

a/Allura/development.ini b/Allura/development.ini
...
...
68
# cdn.url_base = //a.fsdn.com/allura
68
# cdn.url_base = //a.fsdn.com/allura
69
69
70
scm.host.ro.git = git://git.localhost$path
70
scm.host.ro.git = git://git.localhost$path
71
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
71
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
72
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
72
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
73
scm.host.https_anon.git = https://localhost:8022/scm-repo$path
73
scm.host.ro.hg = http://hg.localhost$path
74
scm.host.ro.hg = http://hg.localhost$path
74
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
75
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
75
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
76
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
77
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
76
scm.host.ro.svn = http://svn.localhost$path/trunk
78
scm.host.ro.svn = http://svn.localhost$path/trunk
77
scm.host.rw.svn = svn+ssh://localhost:8022/scm-repo$path/trunk
79
scm.host.rw.svn = svn+ssh://localhost:8022/scm-repo$path/trunk
78
scm.host.https.svn = https://localhost:8022/scm-repo$path/trunk
80
scm.host.https.svn = https://localhost:8022/scm-repo$path/trunk
81
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/trunk
79
82
80
scm.clone.git = git clone $source_url $dest_path
83
scm.clone.git = git clone $source_url $dest_path
81
scm.clone.hg = hg clone $source_url $dest_path
84
scm.clone.hg = hg clone $source_url $dest_path
82
scm.clone.ro.svn = svn checkout $source_url $dest_path
85
scm.clone.ro.svn = svn checkout $source_url $dest_path
86
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
83
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
87
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
84
88
85
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
89
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
86
90
87
scm.repos.root = /tmp
91
scm.repos.root = /tmp