format: add many "missing" comma
Black was not adding them until the next changeset introduced a bunch of `from __future__ import annotations` to most file. Since it make the next changeset hard to read we introduce them in advance.
parent
f81e0ce5
No related branches found
No related tags found
Showing
- hgext/fix.py 1 addition, 1 deletionhgext/fix.py
- hgext/fsmonitor/__init__.py 2 additions, 2 deletionshgext/fsmonitor/__init__.py
- hgext/fsmonitor/pywatchman/__init__.py 1 addition, 1 deletionhgext/fsmonitor/pywatchman/__init__.py
- hgext/largefiles/overrides.py 1 addition, 1 deletionhgext/largefiles/overrides.py
- hgext/lfs/wrapper.py 2 additions, 2 deletionshgext/lfs/wrapper.py
- hgext/narrow/narrowbundle2.py 1 addition, 1 deletionhgext/narrow/narrowbundle2.py
- hgext/notify.py 1 addition, 1 deletionhgext/notify.py
- hgext/record.py 1 addition, 1 deletionhgext/record.py
- hgext/remotefilelog/__init__.py 2 additions, 2 deletionshgext/remotefilelog/__init__.py
- hgext/remotefilelog/remotefilectx.py 1 addition, 1 deletionhgext/remotefilelog/remotefilectx.py
- mercurial/bundle2.py 1 addition, 1 deletionmercurial/bundle2.py
- mercurial/changegroup.py 1 addition, 1 deletionmercurial/changegroup.py
- mercurial/commands.py 1 addition, 1 deletionmercurial/commands.py
- mercurial/dispatch.py 1 addition, 1 deletionmercurial/dispatch.py
- mercurial/exchange.py 7 additions, 7 deletionsmercurial/exchange.py
- mercurial/help.py 3 additions, 3 deletionsmercurial/help.py
- mercurial/hgweb/webcommands.py 6 additions, 6 deletionsmercurial/hgweb/webcommands.py
- mercurial/hgweb/webutil.py 1 addition, 1 deletionmercurial/hgweb/webutil.py
- mercurial/keepalive.py 2 additions, 2 deletionsmercurial/keepalive.py
- mercurial/metadata.py 2 additions, 0 deletionsmercurial/metadata.py
Loading
Please register or sign in to comment