Show More
@@ -293,9 +293,11 b' class hgwebdir(object):' | |||||
293 | except OSError: |
|
293 | except OSError: | |
294 | continue |
|
294 | continue | |
295 |
|
295 | |||
|
296 | # add '/' to the name to make it obvious that | |||
|
297 | # the entry is a directory, not a regular repository | |||
296 | row = dict(contact="", |
|
298 | row = dict(contact="", | |
297 | contact_sort="", |
|
299 | contact_sort="", | |
298 | name=name, |
|
300 | name=name + '/', | |
299 | name_sort=name, |
|
301 | name_sort=name, | |
300 | url=url, |
|
302 | url=url, | |
301 | description="", |
|
303 | description="", |
General Comments 0
You need to be logged in to leave comments.
Login now