Mercurial > public > mercurial-scm > hg
comparison mercurial/bundle2.py @ 51858:607e94e01851
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.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 16 Sep 2024 15:36:38 +0200 |
parents | ca7bde5dbafb |
children | f4733654f144 |
comparison
equal
deleted
inserted
replaced
51857:f81e0ce5103a | 51858:607e94e01851 |
---|---|
2114 cg, | 2114 cg, |
2115 tr, | 2115 tr, |
2116 op.source, | 2116 op.source, |
2117 b'bundle2', | 2117 b'bundle2', |
2118 expectedtotal=nbchangesets, | 2118 expectedtotal=nbchangesets, |
2119 **extrakwargs | 2119 **extrakwargs, |
2120 ) | 2120 ) |
2121 if op.reply is not None: | 2121 if op.reply is not None: |
2122 # This is definitely not the final form of this | 2122 # This is definitely not the final form of this |
2123 # return. But one need to start somewhere. | 2123 # return. But one need to start somewhere. |
2124 part = op.reply.newpart(b'reply:changegroup', mandatory=False) | 2124 part = op.reply.newpart(b'reply:changegroup', mandatory=False) |