Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 48921:c9774f5fa729
age | author | description |
---|---|---|
Mon, 21 Feb 2022 11:08:53 -0700 | Gregory Szorc | debugcommands: remove pycompat.iteritems() |
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, 27 Jan 2022 15:22:04 +0100 | Pierre-Yves David | debugbuilddag: add a flag to allow running it from a non-empty repository |
Tue, 11 Jan 2022 21:56:27 -0800 | Martin von Zweigbergk | simplemerge: simplify and rename `render_markers()` |
Tue, 11 Jan 2022 16:54:42 -0800 | Martin von Zweigbergk | simplemerge: clarify names of functions that render conflict markers |
Fri, 07 Jan 2022 22:16:22 -0800 | Martin von Zweigbergk | simplemerge: make merge_lines() a free function |