log mercurial/copies.py @ 41813:b38c7304974f

age author description
Tue, 19 Feb 2019 15:42:45 -0800 Martin von Zweigbergk copies: do copy tracing based on ctx.p[12]copies() if configured
Thu, 14 Feb 2019 22:46:18 -0800 Martin von Zweigbergk copies: filter out copies when target is not in destination manifest
Tue, 19 Feb 2019 10:45:22 -0800 Martin von Zweigbergk copies: make _backwardrenames() filter out copies by destination
Tue, 19 Feb 2019 10:31:06 -0800 Martin von Zweigbergk copies: respect narrowmatcher in "parent -> working dir" case
Thu, 14 Feb 2019 18:28:27 +0530 Sushil khanchi copies: return True instead of filename as it is expected to return boolean
Tue, 15 Jan 2019 16:55:20 -0800 Martin von Zweigbergk copies: get working copy parents from wctx, not dirstate, to make in-mem work
Tue, 15 Jan 2019 16:50:50 -0800 Martin von Zweigbergk copies: pass contexts into _findlimit()
Tue, 15 Jan 2019 11:16:42 -0800 Martin von Zweigbergk copies: consider nullrev a common ancestor
Tue, 15 Jan 2019 11:07:34 -0800 Martin von Zweigbergk copies: use node.nullrev instead of literal -1
Tue, 15 Jan 2019 09:20:47 -0800 Martin von Zweigbergk copies: use node.wdirrev instead of inventing another constant for it
Wed, 10 Oct 2018 00:50:35 +0200 Boris Feld context: introduce an `isintroducedafter` method and use it in copies
Thu, 01 Nov 2018 16:32:16 -0700 Martin von Zweigbergk narrow: fix copies._fullcopytracing() narrowspec filtering in graft case stable
Thu, 01 Nov 2018 13:20:12 -0700 Martin von Zweigbergk narrow: make copies.pathcopies() filter with narrowspec again stable
Fri, 05 Oct 2018 23:31:51 +0300 Pulkit Goyal py3: use '%f' for floats instead of '%s'
Fri, 07 Sep 2018 11:43:48 -0400 Boris Feld copies: add time information to the debug information