Skip to content

Commit

Permalink
feat(hg): working hg on noble
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jul 11, 2024
1 parent 3b37596 commit 6fcd4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions salt/hg/config/repos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git = 1
showfunc = 1

[web]
llow_archive = gz, zip, bz2
allow_archive = gz, zip, bz2
collapse = True
contact = -
descend = True
Expand All @@ -15,5 +15,5 @@ logourl = https://hg.python.org
pygments_style = default
style = hgpythonorg

[extensions]
hgext.highlight =
; [extensions]
; hgext.highlight =
2 changes: 1 addition & 1 deletion salt/hg/files/hg/wsgi/python.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ from mercurial import encoding

CONFIG = '/srv/hg/repos.conf'
encoding.encoding = 'utf-8'
application = hgwebdir(CONFIG)
application = hgwebdir(CONFIG.encode())

0 comments on commit 6fcd4e7

Please sign in to comment.