Mercurial > public > mercurial-scm > hg
log mercurial/ui.py @ 49392:34e15bbab67c stable
age | author | description |
---|---|---|
Tue, 31 May 2022 22:50:01 +0200 | Manuel Jacob | py3: catch FileNotFoundError instead of checking errno == ENOENT |
Wed, 13 Apr 2022 15:02:01 -0400 | Matt Harbison | windows: disable pager when packaged with py2exe |
Mon, 21 Feb 2022 13:08:28 -0700 | Gregory Szorc | py3: use class X: instead of class X(object): |
Tue, 01 Mar 2022 20:52:32 -0800 | Gregory Szorc | py3: replace pycompat.itervalues(x) with x.values() |
Tue, 08 Mar 2022 10:58:22 +0100 | Gregory Szorc | ui: use input() directly |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Fri, 18 Jun 2021 15:48:51 -0700 | Martin von Zweigbergk | ui: add a context manager for silencing the ui (pushbuffer+popbuffer) |