Created
July 25, 2014 06:21
-
-
Save cutewalker/d64d84ab9a0d45728d41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hg serve --webdir-conf hgweb.cfg -p port_num | |
[paths] | |
path=dirname | |
[web] | |
allow_archive = bz2 gz | |
push_ssl = false | |
allow_push = * | |
descend = True | |
collapse = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment