Mercurial > public > mercurial-scm > hg
log mercurial/chgserver.py @ 48951:cf99c4af1079
age | author | description |
---|---|---|
Fri, 04 Mar 2022 10:28:46 +0900 | Yuya Nishihara | chgserver: remove Python 2 file descriptor logic |
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() |