log mercurial/context.py @ 41337:713fbf057c7d

age author description
Tue, 15 Jan 2019 15:43:00 -0800 Kyle Lippincott context: use scmutil.matchfiles instead of matchmod.match(exact=True)
Tue, 08 Jan 2019 14:31:22 -0800 Kyle Lippincott context: schedule file prefetch before comparing for cleanliness
Sun, 16 Dec 2018 16:31:31 +0900 Yuya Nishihara context: error out if basefilectx.cmp() is called without self._filenode
Sun, 16 Dec 2018 16:24:45 +0900 Yuya Nishihara context: collapse complex condition to see if filelog have to be compared
Tue, 18 Dec 2018 10:21:25 -0500 Augie Fackler merge with stable
Sun, 16 Dec 2018 17:08:46 +0900 Yuya Nishihara context: reimplement memfilectx.cmp() stable
Fri, 14 Dec 2018 19:12:45 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Tue, 04 Dec 2018 17:13:01 -0500 Augie Fackler merge with stable
Tue, 20 Nov 2018 14:43:27 -0800 Martin von Zweigbergk rebase: fix path auditing to audit path relative to repo root (issue5818) stable 4.8.1
Mon, 03 Dec 2018 11:14:44 -0800 Martin von Zweigbergk rebase: fix dir/file conflict detection when using in-mem merge stable
Wed, 10 Oct 2018 00:50:37 +0200 Boris Feld context: floor adjustlinkrev graph walk during copy tracing
Mon, 19 Nov 2018 14:30:58 +0000 Boris Feld context: small refactoring of `isintroducedafter`
Wed, 10 Oct 2018 00:50:36 +0200 Boris Feld context: split `introrev` logic in a sub function
Wed, 10 Oct 2018 00:50:35 +0200 Boris Feld context: introduce an `isintroducedafter` method and use it in copies
Wed, 10 Oct 2018 00:50:34 +0200 Boris Feld context: take advantage of `_descendantrev` in introrev if available