Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • heptapod/py-heptapod
1 result
Show changes
Commits on Source (11)
......@@ -90,3 +90,4 @@
2d2f28082432dc0622e3cfc985ab7deaec89a572 4.4.0
b64ff595dfa78d403a37a64698602f6e7f6e500b 4.4.1
7d92310298090d7e594c119341da29a88ca47cf3 4.5.0
c2bd2e18be152db58732e8f1790e96f3a85b9624 4.6.0
4.5.1dev0
4.6.1dev0
......@@ -44,8 +44,9 @@
topic.publish-bare-branch = yes
topic.server-gate-topic-changesets = yes
web.full-garbage-collection-rate = 20
server.allow-hidden-access = *
[web]
push_ssl = no
allow_push = heptapod-write, heptapod-publish
allow_publish = heptapod-publish
......@@ -47,8 +48,10 @@
[web]
push_ssl = no
allow_push = heptapod-write, heptapod-publish
allow_publish = heptapod-publish
# heptapod#705 allow serving obsolete changesets, not exposing secret ones
view = served.hidden
[phases]
publish = false
......