Switch to unified view

a/Allura/test.ini b/Allura/test.ini
...
...
60
scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
60
scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
61
scm.host.ro.hg = http://hg.localhost$path
61
scm.host.ro.hg = http://hg.localhost$path
62
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
62
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
63
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
63
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
64
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
64
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
65
scm.host.ro.svn = http://svn.localhost$path/trunk
65
scm.host.ro.svn = http://svn.localhost$path/
66
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path/trunk
66
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path/
67
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
67
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/
68
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/trunk
68
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/
69
69
70
scm.clone.git = git clone $source_url $dest_path
70
scm.clone.git = git clone $source_url $dest_path
71
scm.clone.hg = hg clone $source_url $dest_path
71
scm.clone.hg = hg clone $source_url $dest_path
72
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
72
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
73
scm.clone.ro.svn = svn checkout $source_url $dest_path
73
scm.clone.ro.svn = svn checkout $source_url $dest_path