Mercurial > public > mercurial-scm > hg
log mercurial/filemerge.py @ 45233:ada51c1b6916
age | author | description |
---|---|---|
Thu, 28 May 2020 16:16:13 -0400 | Augie Fackler | filemerge: add __bytes__ for absentfilectx |
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 |