comparison mercurial/commands.py @ 51900: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 3b8d92f71d92
children f4733654f144
comparison
equal deleted inserted replaced
51899:f81e0ce5103a 51900:607e94e01851
3917 num=None, 3917 num=None,
3918 id=None, 3918 id=None,
3919 branch=None, 3919 branch=None,
3920 tags=None, 3920 tags=None,
3921 bookmarks=None, 3921 bookmarks=None,
3922 **opts 3922 **opts,
3923 ): 3923 ):
3924 """identify the working directory or specified revision 3924 """identify the working directory or specified revision
3925 3925
3926 Print a summary identifying the repository state at REV using one or 3926 Print a summary identifying the repository state at REV using one or
3927 two parent hash identifiers, followed by a "+" if the working 3927 two parent hash identifiers, followed by a "+" if the working