Skip to content
Snippets Groups Projects
Commit 2a621d00 authored by Georges Racinet's avatar Georges Racinet
Browse files

Fixing a startup problem

The error message is

```
*** failed to import extension "hgitaly": unicode '[OPTIONS]...' found in cmdtable.hgitaly-serve
```

It is completely obscure why this has not been a problem before. Got this with
Mercurial 6.4.5, then 6.4 on Python 3.9 (usually running with Python 3.10 if that
makes any difference).
parent 0944dbc0
No related branches found
Tags 0.40.4
1 merge request!203Merge stable branch into default
Pipeline #73506 passed
......@@ -66,7 +66,7 @@
b'In particular the hgitaly.workers configuration item is '
b'ignored.')),
],
_('[OPTIONS]...'),
_(b'[OPTIONS]...'),
norepo=True
)
def serve(ui, **opts):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment