Kiln » TortoiseHg » WinBuild Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

use https for bitbucket URLs

Changeset ddd333235134

Parent dc54daa086b5

by Steve Borho

Changes to one file · Browse files at ddd333235134 Showing diff from parent dc54daa086b5 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
62
63
64
65
66
 
 
67
68
69
70
71
72
 
 
 
 
 
73
74
75
 
62
63
64
 
 
65
66
67
 
 
 
 
 
68
69
70
71
72
73
74
75
@@ -62,14 +62,14 @@
   URL = {   'hg-main' : 'http://selenic.com/repo/hg/', - 'thg' : 'http://bitbucket.org/tortoisehg/thg/', - 'hgfold' : 'http://bitbucket.org/bradobro/hgfold/', + 'thg' : 'https://bitbucket.org/tortoisehg/thg/', + 'hgfold' : 'https://bitbucket.org/bradobro/hgfold/',   'perfarce' : 'http://www.kingswood-consulting.co.uk/hg/perfarce/', - 'keyring' : 'http://bitbucket.org/kang/python-keyring-lib/', - 'hgkeyring' : 'http://bitbucket.org/Mekk/mercurial_keyring/', - 'dulwich' : 'http://bitbucket.org/abderrahim/dulwich/', - 'iniparse' : 'http://bitbucket.org/sborho/iniparse/', - 'fixfrozenexts' : 'http://bitbucket.org/yuja/hgext-fixfrozenexts/', + 'keyring' : 'https://bitbucket.org/kang/python-keyring-lib/', + 'hgkeyring' : 'https://bitbucket.org/Mekk/mercurial_keyring/', + 'dulwich' : 'https://bitbucket.org/abderrahim/dulwich/', + 'iniparse' : 'https://bitbucket.org/sborho/iniparse/', + 'fixfrozenexts' : 'https://bitbucket.org/yuja/hgext-fixfrozenexts/',   'cacert.pem' : 'http://curl.haxx.se/ca/cacert.pem'   }