log mercurial/context.py @ 44857:e607099d8b93

age author description
Mon, 18 May 2020 16:00:26 -0400 Augie Fackler context: implement mergestate() method
Tue, 28 Jan 2020 14:07:57 -0800 Martin von Zweigbergk copy: add experimetal support for unmarking committed copies
Tue, 11 Feb 2020 00:08:28 -0500 Augie Fackler context: use manifest.find() instead of two separate calls
Wed, 05 Feb 2020 15:15:18 -0500 Augie Fackler context: use manifest.walk() instead of manifest.match() to get file list
Thu, 21 Nov 2019 17:27:44 +0100 Pierre-Yves David changectx: mark parent of changesets as non filtered
Thu, 21 Nov 2019 23:46:51 +0100 Pierre-Yves David changectx: use unfiltered changelog to walk ancestors in annotate
Sun, 17 Nov 2019 14:39:28 +0100 Pierre-Yves David localrepo: also fastpath access to working copy parents when possible
Fri, 10 Jan 2020 13:24:25 -0800 Martin von Zweigbergk workingctx: move setparents() logic from localrepo to mirror overlayworkingctx
Fri, 10 Jan 2020 21:41:28 -0800 Martin von Zweigbergk overlayworkginctx: implement a setparents() to mirror dirstate.setparents()
Fri, 10 Jan 2020 17:03:23 -0800 Martin von Zweigbergk overlayworkingctx: default branch to base context's branch
Fri, 27 Dec 2019 14:08:02 -0800 Martin von Zweigbergk overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies
Sat, 28 Dec 2019 02:02:34 -0500 Matt Harbison commit: change default `editor` parameter to None
Fri, 06 Dec 2019 20:40:02 -0500 Matt Harbison match: resolve filesets against the passed `cwd`, not the current one
Fri, 27 Dec 2019 16:47:47 +0100 Pierre-Yves David commitablectx: fix the default phase
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Sat, 23 Nov 2019 16:54:59 -0800 Pierre-Yves David changectx: mark the parents of the working copy as non filtered
Sun, 17 Nov 2019 08:50:21 +0100 Pierre-Yves David changectx: use unfiltered changelog to access parents of unfiltered revs
Sun, 17 Nov 2019 06:06:38 +0100 Pierre-Yves David changectx: add a "maybe filtered" filtered attribute
Thu, 14 Nov 2019 15:27:40 -0500 Augie Fackler context: use field names instead of field numbers on scmutil.status
Thu, 14 Nov 2019 08:03:26 -0800 Martin von Zweigbergk utils: move finddirs() to pathutil
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Tue, 29 Oct 2019 10:41:30 +0100 Pierre-Yves David formatting: run black version 19.10b0 on the codebase stable
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: move various copies related function to the copies modules
Wed, 09 Oct 2019 22:59:38 +0200 Pierre-Yves David sidedatacopies: read rename information from sidedata
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
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 27 Sep 2019 00:11:03 +0200 Pierre-Yves David context: clarify the various mode in the _copies property cache
Fri, 27 Sep 2019 00:09:43 +0200 Pierre-Yves David context: clarify the various mode in the filesremoved method
Fri, 27 Sep 2019 00:06:02 +0200 Pierre-Yves David context: clarify the various mode in the filesadded method
Mon, 19 Aug 2019 15:43:27 -0700 Martin von Zweigbergk context: filter out invalid copies from workingctx.p[12]copies()
Wed, 07 Aug 2019 20:08:35 +0200 Pierre-Yves David rawdata: update callers in context
Wed, 12 Jun 2019 13:42:52 +0100 Pierre-Yves David changectx: extract explicit computechangesetfilesremoved method from context
Wed, 12 Jun 2019 13:42:22 +0100 Pierre-Yves David changectx: extract explicit computechangesetfilesadded method from context
Tue, 06 Aug 2019 03:17:40 +0200 Pierre-Yves David copies: extract an explicit `computechangesetcopie` method from context
Mon, 15 Jul 2019 15:29:22 -0700 Martin von Zweigbergk copies: remove unnecessary override of p[12]copies() in workingctx
Mon, 24 Jun 2019 16:01:22 -0700 Martin von Zweigbergk rebase: fix in-memory rebasing of copy of empty file
Mon, 27 May 2019 16:55:46 -0400 Valentin Gatien-Baron merge: fix race that could cause wrong size in dirstate
Tue, 14 May 2019 22:20:10 -0700 Martin von Zweigbergk context: get filesadded() and filesremoved() from changeset if configured
Thu, 18 Apr 2019 13:34:20 -0700 Martin von Zweigbergk context: add ctx.files{modified,added,removed}() methods
Wed, 09 Jan 2019 15:54:45 -0800 Martin von Zweigbergk copies: fix duplicatecopies() with overlay context
Fri, 10 May 2019 22:24:47 -0700 Martin von Zweigbergk context: default to using branch from dirstate only in workingctx
Fri, 10 May 2019 22:51:33 -0700 Martin von Zweigbergk context: let caller pass in branch to committablectx.__init__()
Fri, 10 May 2019 21:55:59 -0700 Martin von Zweigbergk context: move contents of committablectx.markcommitted() to workingctx
Fri, 10 May 2019 21:53:41 -0700 Martin von Zweigbergk context: move walk() and match() overrides from committablectx to workingctx
Fri, 10 May 2019 21:35:30 -0700 Martin von Zweigbergk context: move flags overrides from committablectx to workingctx
Fri, 10 May 2019 13:41:42 -0700 Martin von Zweigbergk context: reuse changectx._copies() in all but workingctx
Fri, 10 May 2019 14:27:22 -0700 Martin von Zweigbergk overlayworkingctx: don't include added-then-deleted files in memctx
Fri, 10 May 2019 11:03:54 -0700 Martin von Zweigbergk overlaycontext: allow calling copydata() on clean context
Wed, 24 Apr 2019 19:42:43 +0300 Pulkit Goyal context: check file exists before getting data from _wrappedctx stable
Wed, 27 Dec 2017 22:05:20 -0800 Martin von Zweigbergk changelog: parse copy metadata if available in extras
Wed, 10 Apr 2019 17:36:37 -0700 Martin von Zweigbergk overlayworkingctx: remove misleading trailing slash from directory pattern
Wed, 10 Apr 2019 17:31:32 -0700 Martin von Zweigbergk overlayworkingctx: fix file/dir audit to be repo-relative
Wed, 10 Apr 2019 16:26:40 -0700 Martin von Zweigbergk messages: replace some instances of "folder" by "directory"
Tue, 19 Mar 2019 23:00:07 -0700 Martin von Zweigbergk memfilectx: override copysource() instead of using dummy nodeid
Tue, 19 Mar 2019 22:58:39 -0700 Martin von Zweigbergk memctx: rename constructor argument "copied" to "copysource" (API)
Fri, 15 Mar 2019 22:18:35 -0700 Martin von Zweigbergk context: use wdirhex constant instead of calculating it
Thu, 14 Mar 2019 14:46:29 -0700 Martin von Zweigbergk rebase: fix crash with in-memory rebase and copies
Wed, 20 Feb 2019 21:57:39 -0800 Martin von Zweigbergk committablectx: move status-related methods closer together
Sun, 25 Mar 2018 22:07:35 -0700 Martin von Zweigbergk memfilefromctx: migrate to new method for getting copy info
Sun, 25 Mar 2018 21:30:31 -0700 Martin von Zweigbergk context: move equivalent renamed() implementations to superclass
Sun, 25 Mar 2018 21:28:30 -0700 Martin von Zweigbergk context: rewrite renamed() in terms of new copysource() where appropriate
Sun, 25 Mar 2018 21:32:16 -0700 Martin von Zweigbergk context: add specialized way of getting copy source file only
Thu, 21 Feb 2019 19:11:35 -0800 Kyle Lippincott context: use includematcher when checking dir/file conflicts
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 18 Jan 2019 13:13:30 -0800 Martin von Zweigbergk context: introduce p[12]copies() methods and debugp[12]copies commands
Wed, 06 Feb 2019 23:12:56 -0800 Martin von Zweigbergk patch: replace "prefix" and "relroot" arguments by "pathfn" (API)
Wed, 06 Feb 2019 22:52:49 -0800 Martin von Zweigbergk patch: accept second matcher that applies only to copy sources (API)
Thu, 07 Feb 2019 21:16:25 -0800 Martin von Zweigbergk context: replace repeated "self._repo.dirstate" by "ds" variable
Thu, 07 Feb 2019 21:48:24 -0800 Martin von Zweigbergk context: delete unused undelete()
Mon, 21 Jan 2019 13:45:12 -0800 Martin von Zweigbergk context: delete mistaken comment about return value of renamed()
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
Wed, 10 Oct 2018 00:49:30 +0200 Boris Feld context: spell out the logic around linkrev adjustement starting point
Mon, 19 Nov 2018 23:08:09 -0800 Martin von Zweigbergk context: remove seemingly impossible code branch
Sun, 14 Oct 2018 11:05:41 -0400 Augie Fackler context: raise runtime errors with sysstrs
Sat, 13 Oct 2018 08:54:31 -0400 Augie Fackler context: open files in bytes mode
Fri, 28 Sep 2018 22:35:05 -0700 Martin von Zweigbergk narrow: filter files by narrowspec in ctx.matches()
Fri, 28 Sep 2018 17:09:15 -0700 Martin von Zweigbergk narrow: only walk files within narrowspec also for committed revisions
Thu, 27 Sep 2018 23:01:26 -0700 Martin von Zweigbergk status: intersect matcher with narrow matcher instead of filtering afterwards
Thu, 04 Oct 2018 10:38:55 -0700 Martin von Zweigbergk filectx: correct docstring about "changeid"
Thu, 04 Oct 2018 10:30:05 -0700 Martin von Zweigbergk context: drop incorrect and superfluous docstring
Thu, 04 Oct 2018 01:22:25 +0200 Boris Feld context: reverse conditional branch order in introrev
Thu, 04 Oct 2018 08:40:01 +0200 Boris Feld context: drop a redundant fast path in introrev
Thu, 04 Oct 2018 08:34:59 +0200 Boris Feld context: fast path linkrev adjustement in trivial case
Wed, 26 Sep 2018 23:09:28 -0700 Martin von Zweigbergk repo: move unfiltered-repo optimization to workingctx
Wed, 26 Sep 2018 22:53:14 -0700 Martin von Zweigbergk context: move logic from changectx.__init__ to localrepo.__getitem__ (API)
Wed, 26 Sep 2018 22:44:51 -0700 Martin von Zweigbergk context: reduce dependence of changectx constructor
Thu, 27 Sep 2018 14:26:02 -0700 Martin von Zweigbergk context: stop catching TypeError when converting hex nodeid to binary
Thu, 27 Sep 2018 09:56:13 -0700 Martin von Zweigbergk context: stop catching and re-raising FilteredRepoLookupError
Tue, 22 May 2018 16:16:11 +0200 Sean Farley memctx: simplify _manifest with new revlog nodeids
Tue, 22 May 2018 12:35:38 +0200 Sean Farley context: remove unused overlayfilectx (API)
Mon, 11 Jun 2018 20:48:47 -0700 Sean Farley context: fix typo in workingcommitctx
Tue, 17 Jul 2018 17:16:22 -0700 Sean Farley filectx: fix return of renamed
Wed, 12 Sep 2018 17:45:43 +0300 Pulkit Goyal context: don't count deleted files as candidates for path conflicts in IMM
Tue, 28 Aug 2018 00:32:10 +0800 Anton Shestakov context: use new names for unstable changesets in docstrings
Mon, 20 Aug 2018 09:48:08 -0700 Martin von Zweigbergk merge with stable
Sun, 19 Aug 2018 13:27:02 +0900 Yuya Nishihara merge: do not delete untracked files silently (issue5962) stable
Thu, 16 Aug 2018 16:59:40 +0300 Pulkit Goyal context: make sure file is not deleted while checking path conflicts
Wed, 15 Aug 2018 17:40:21 -0700 Kyle Lippincott overlayworkingctx: fix exception in metadata-only inmemory merges (issue5960)
Tue, 14 Aug 2018 13:36:11 -0700 Boris Feld context: drop compatibility for `context.descendant` (API)
Wed, 01 Aug 2018 16:28:10 +0300 Pulkit Goyal context: safegaurd from 'lx' being passed as file flag in manifest
Thu, 02 Aug 2018 23:50:47 -0700 Martin von Zweigbergk narrow: move status-filtering to core and to ctx