Show More
@@ -208,7 +208,7 b' class hgweb(object):' | |||||
208 | be multiple active threads inside __call__. |
|
208 | be multiple active threads inside __call__. | |
209 | """ |
|
209 | """ | |
210 | def __init__(self, repo, name=None, baseui=None): |
|
210 | def __init__(self, repo, name=None, baseui=None): | |
211 |
if isinstance(repo, |
|
211 | if isinstance(repo, bytes): | |
212 | if baseui: |
|
212 | if baseui: | |
213 | u = baseui.copy() |
|
213 | u = baseui.copy() | |
214 | else: |
|
214 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now