##// END OF EJS Templates
fix: auth. Disable httpostargs until auth problems are resolved
super-admin -
r1285:b2098028 stable
parent child Browse files
Show More
@@ -137,7 +137,7 b' def make_hg_ui_from_config(repo_config):'
137 baseui.setconfig(b'ui', b'quiet', b'true')
137 baseui.setconfig(b'ui', b'quiet', b'true')
138
138
139 # use POST requests with args instead of GET with headers - fixes issues with big repos with lots of branches
139 # use POST requests with args instead of GET with headers - fixes issues with big repos with lots of branches
140 baseui.setconfig(b'experimental', b'httppostargs', b'true')
140 baseui.setconfig(b'experimental', b'httppostargs', b'false')
141
141
142 return baseui
142 return baseui
143
143
General Comments 0
You need to be logged in to leave comments. Login now