Mercurial > public > mercurial-scm > hg
log mercurial/subrepo.py @ 50045:bbe3a65bbd96
age | author | description |
---|---|---|
Sat, 04 Feb 2023 12:14:19 +0100 | Pierre-Yves David | subrepo: let black expand some call on multiple lines early |
Mon, 18 Jul 2022 03:29:53 -0400 | derekbrowncmu | subrepo: avoid opening console window for non-native subrepos on Windows |
Wed, 13 Jul 2022 11:30:13 -0400 | Matt Harbison | typing: suppress a few pyi-errors with more recent pytype |
Mon, 21 Feb 2022 13:08:28 -0700 | Gregory Szorc | py3: use class X: instead of class X(object): |
Thu, 03 Mar 2022 18:28:30 -0800 | Gregory Szorc | global: bulk replace simple pycompat.iteritems(x) with x.items() |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Thu, 05 Aug 2021 12:53:36 +0200 | Pierre-Yves David | subrepo: compare normalised vfs path stable |