Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 20 Nov 2020 07:37:09 +0100 |
Pierre-Yves David |
context: small update to ctx.status doc
|
Tue, 15 Sep 2020 16:10:16 -0700 |
Martin von Zweigbergk |
merge: use in-memory mergestate when using in-memory context
|
Thu, 17 Sep 2020 09:56:05 -0700 |
Martin von Zweigbergk |
py3: don't risk passing a None value to error.ManifestLookupError()
|
Tue, 28 Jul 2020 20:07:05 +0200 |
Manuel Jacob |
context: re-add `overlayworkingctx._compact()` removed in 6a5dcd754842
stable
|
Sat, 11 Jul 2020 03:17:42 +0200 |
Manuel Jacob |
overlayworkingctx: remove unused `nofilechanges()` and `_compact()` methods
|
Sat, 11 Jul 2020 02:13:19 +0200 |
Manuel Jacob |
memctx: make `parents()` return list of one element if it’s not a merge
|
Sat, 11 Jul 2020 01:14:00 +0200 |
Manuel Jacob |
commit: factor out empty commit check to `basectx.isempty()`
|
Sat, 11 Jul 2020 00:53:34 +0200 |
Manuel Jacob |
overlayworkingctx: rename misleadingly named `isempty()` method
|
Thu, 09 Jul 2020 18:48:55 -0700 |
Rodrigo Damazio Bovendorp |
scmutil: allowing different files to be prefetched per revision
|
Wed, 27 May 2020 12:26:08 +0200 |
Pierre-Yves David |
metadata: move computation related to files touched in a dedicated module
|
Wed, 03 Jun 2020 12:04:38 -0700 |
Martin von Zweigbergk |
context: fix creation of ProgrammingError to not use non-existent field
|
Wed, 03 Jun 2020 19:20:18 +0900 |
Yuya Nishihara |
merge with stable
|
Sat, 16 May 2020 20:38:31 +0200 |
Pierre-Yves David |
flags: read flag from dirstate/disk for workingcopyctx (issue5743)
stable
|
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
|