Show More
@@ -13,5 +13,8 b' from mercurial import hgweb' | |||||
13 | # virtual/path = /real/path |
|
13 | # virtual/path = /real/path | |
14 | # virtual/path = /real/path |
|
14 | # virtual/path = /real/path | |
15 |
|
15 | |||
|
16 | # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples | |||
|
17 | # or use a dictionary with entries like 'virtual/path': '/real/path' | |||
|
18 | ||||
16 | h = hgweb.hgwebdir("hgweb.config") |
|
19 | h = hgweb.hgwebdir("hgweb.config") | |
17 | h.run() |
|
20 | h.run() |
General Comments 0
You need to be logged in to leave comments.
Login now