Show More
@@ -455,6 +455,7 b' test-narrow-widen.t' | |||||
455 | test-narrow.t |
|
455 | test-narrow.t | |
456 | test-nested-repo.t |
|
456 | test-nested-repo.t | |
457 | test-newbranch.t |
|
457 | test-newbranch.t | |
|
458 | test-newcgi.t | |||
458 | test-newercgi.t |
|
459 | test-newercgi.t | |
459 | test-nointerrupt.t |
|
460 | test-nointerrupt.t | |
460 | test-obshistory.t |
|
461 | test-obshistory.t |
@@ -18,7 +18,7 b' before d74fc8dec2b4 still work.' | |||||
18 | > from mercurial.hgweb.request import wsgiapplication |
|
18 | > from mercurial.hgweb.request import wsgiapplication | |
19 | > |
|
19 | > | |
20 | > def make_web_app(): |
|
20 | > def make_web_app(): | |
21 | > return hgweb("test", "Empty test repository") |
|
21 | > return hgweb(b"test", b"Empty test repository") | |
22 | > |
|
22 | > | |
23 | > wsgicgi.launch(wsgiapplication(make_web_app)) |
|
23 | > wsgicgi.launch(wsgiapplication(make_web_app)) | |
24 | > HGWEB |
|
24 | > HGWEB | |
@@ -44,7 +44,7 b' before d74fc8dec2b4 still work.' | |||||
44 | > from mercurial.hgweb.request import wsgiapplication |
|
44 | > from mercurial.hgweb.request import wsgiapplication | |
45 | > |
|
45 | > | |
46 | > def make_web_app(): |
|
46 | > def make_web_app(): | |
47 | > return hgwebdir("hgweb.config") |
|
47 | > return hgwebdir(b"hgweb.config") | |
48 | > |
|
48 | > | |
49 | > wsgicgi.launch(wsgiapplication(make_web_app)) |
|
49 | > wsgicgi.launch(wsgiapplication(make_web_app)) | |
50 | > HGWEBDIR |
|
50 | > HGWEBDIR |
General Comments 0
You need to be logged in to leave comments.
Login now