Mercurial > public > mercurial-scm > hg
log mercurial/filemerge.py @ 44493:02c47b74366c
age | author | description |
---|---|---|
Wed, 20 Nov 2019 13:03:22 -0500 | Matt Harbison | filemerge: fix a missing attribute usage |
Wed, 20 Nov 2019 13:01:56 -0500 | Matt Harbison | filemerge: drop a default argument to appease pytype |
Sun, 01 Dec 2019 18:46:10 -0500 | Matt Harbison | cleanup: fix docstring formatting |
Thu, 07 Nov 2019 13:18:19 -0500 | Augie Fackler | cleanup: remove pointless r-prefixes on double-quoted strings |
Tue, 08 Oct 2019 15:06:18 -0700 | Martin von Zweigbergk | cleanup: join string literals that are already on one line |
Mon, 07 Oct 2019 00:04:04 -0400 | Gregory Szorc | py3: finish porting iteritems() to pycompat and remove source transformer |
Sun, 06 Oct 2019 16:55:18 -0400 | Gregory Szorc | py3: manually import getattr where it is needed |