log mercurial/logcmdutil.py @ 42530:dc3fdd1b5af4

age author description
Wed, 19 Jun 2019 10:19:32 -0700 Martin von Zweigbergk log: pass getcopies() function instead of getrenamed() to displayer (API)
Tue, 18 Jun 2019 23:19:24 -0700 Martin von Zweigbergk logcmdutil: also check for copies in null revision and working copy
Thu, 16 May 2019 08:15:20 +0900 Yuya Nishihara log: flag topo-sorted set as such
Wed, 01 May 2019 09:34:47 -0700 Martin von Zweigbergk log: add config for making `hg log -G` always topo-sorted
Tue, 14 May 2019 09:13:39 -0700 Martin von Zweigbergk log: remove an unnecessary "and opts.get('rev')" condition
Thu, 21 Mar 2019 21:40:22 -0400 Matt Harbison diff: support diffing explicit files in subrepos
Sun, 10 Mar 2019 12:57:24 +0900 Yuya Nishihara template: add CBOR output format
Thu, 31 Jan 2019 15:35:51 -0800 Martin von Zweigbergk diff: make --stat respect ui.relative-paths
Fri, 08 Feb 2019 11:56:39 -0800 Martin von Zweigbergk diff: respect ui.relative-paths for warning about path outside --root
Wed, 06 Feb 2019 23:56:59 -0800 Martin von Zweigbergk diff: make `hg diff --root=subrepo` work
Wed, 06 Feb 2019 23:12:56 -0800 Martin von Zweigbergk patch: replace "prefix" and "relroot" arguments by "pathfn" (API)
Thu, 07 Feb 2019 09:52:36 -0800 Martin von Zweigbergk subrepo: adjust subrepo prefix before calling subrepo.diff() (API)
Wed, 06 Feb 2019 22:52:49 -0800 Martin von Zweigbergk patch: accept second matcher that applies only to copy sources (API)
Wed, 06 Feb 2019 17:46:20 -0800 Martin von Zweigbergk patch: let caller pass in root-filtering matcher (API)
Wed, 06 Feb 2019 22:32:50 -0800 Martin von Zweigbergk diffordiffstat: avoid looking up contexts twice