Mercurial > public > mercurial-scm > hg
log mercurial/pathutil.py @ 49392:34e15bbab67c stable
age | author | description |
---|---|---|
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 |
Fri, 19 Nov 2021 16:21:00 -0800 | Martin von Zweigbergk | errors: use detailed exit code in pathauditor |
Mon, 30 Aug 2021 18:45:54 +0200 | Pierre-Yves David | pathutil: replace the `skip` argument of `dirs` with a boolean |
Mon, 05 Jul 2021 03:57:40 +0200 | Pierre-Yves David | dirstate-item: use the properties in pathutil |
Sat, 06 Mar 2021 23:43:44 -0500 | Matt Harbison | typing: add some type annotations to mercurial/pathutil.py |