log mercurial/context.py @ 38818:e411774a2e0f

age author description
Thu, 02 Aug 2018 23:50:47 -0700 Martin von Zweigbergk narrow: move status-filtering to core and to ctx
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Mon, 30 Jul 2018 14:37:36 -0700 Martin von Zweigbergk context: delete an obsolete comment
Wed, 25 Jul 2018 21:19:06 +0300 Pulkit Goyal context: safegaurd against 'lx' being passed as file flag in manifest stable
Mon, 30 Jul 2018 14:36:42 -0700 Martin von Zweigbergk context: use hex nodeid in error about filtered node stable
Mon, 30 Jul 2018 09:50:32 -0400 Augie Fackler context: add missing b prefix stable
Mon, 16 Jul 2018 16:21:12 +0200 Boris Feld context: reintroduce `ctx.descendant` as deprecated
Thu, 12 Jul 2018 08:22:28 -0700 Martin von Zweigbergk context: rename descendant() to isancestorof()
Thu, 12 Jul 2018 08:14:21 -0700 Martin von Zweigbergk revlog: delete isdescendantrev() in favor of isancestorrev()
Wed, 11 Jul 2018 16:21:41 -0700 Martin von Zweigbergk revlog: replace descendant(b, a) by isdescendantrev(a, b) (API)
Sat, 09 Jun 2018 20:53:12 +0900 Yuya Nishihara fileset: restrict getfileset() to not return a computed set (API)
Fri, 06 Jul 2018 17:57:46 +0200 Joerg Sonnenberger ui: make the large file warning limit fully configurable
Fri, 06 Jul 2018 16:45:44 -0700 Martin von Zweigbergk context: raise ProgrammingError on repo['my-tag']
Fri, 06 Jul 2018 21:28:02 +0900 Yuya Nishihara context: remove unneeded alias of diffopts
Sat, 23 Jun 2018 15:03:05 +0200 Boris Feld context: no longer accept diff options as dictionnary
Sat, 23 Jun 2018 13:19:03 +0100 Boris Feld context: also accept diff option directly
Wed, 23 May 2018 15:31:40 +0200 Boris Feld context: also take all other arguments than `patch.diff` accept
Tue, 22 May 2018 15:02:52 +0200 Boris Feld context: explicitly take diffopts in `context.diff` (API)
Thu, 28 Jun 2018 18:07:22 -0700 Kyle Lippincott unlinkpath: make empty directory removal optional (issue5901) (issue5826)
Mon, 11 Jun 2018 10:05:23 -0700 Martin von Zweigbergk context: make workingctx.matches() filter our removed files (API)
Fri, 18 May 2018 20:11:24 -0400 Augie Fackler context: fix %-formatting on Python 3
Fri, 06 Apr 2018 12:55:32 -0700 Martin von Zweigbergk context: convert to hex for error message only for 20-byte changeid
Fri, 06 Apr 2018 12:59:17 -0700 Martin von Zweigbergk context: clarify that only one attempt is made to interpret changeid
Fri, 06 Apr 2018 12:45:08 -0700 Martin von Zweigbergk context: only bother looking for broken dirstate for 20-byte changeid
Sat, 28 Apr 2018 23:16:41 -0700 Martin von Zweigbergk context: drop support for looking up context by ambiguous changeid (API)
Thu, 19 Apr 2018 19:55:51 +0900 Yuya Nishihara context: translate FilteredIndex/LookupError at repo[changeid] (API) stable
Mon, 16 Apr 2018 09:39:40 -0700 Martin von Zweigbergk context: clarify deprecation warning message
Fri, 13 Apr 2018 22:46:37 -0700 Martin von Zweigbergk scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
Fri, 13 Apr 2018 09:19:38 -0700 Martin von Zweigbergk context: set stack level for deprecation warning
Sun, 08 Apr 2018 09:45:45 -0700 Martin von Zweigbergk context: add deprecation warnings for deprecated types of changeids
Sun, 08 Apr 2018 08:06:34 -0700 Martin von Zweigbergk context: extract partial nodeid lookup method to scmutil
Sun, 25 Mar 2018 18:31:22 +0900 Yuya Nishihara node: rename wdirnodes to clarify they are for manifest/filelogs
Sun, 25 Mar 2018 18:27:43 +0900 Yuya Nishihara workingctx: build _manifest on filenode() or flags() request
Fri, 06 Apr 2018 09:34:44 -0700 Martin von Zweigbergk context: stop catching RepoLookupError from namespace.singlenode()
Thu, 05 Apr 2018 14:03:33 -0700 Martin von Zweigbergk context: make repo[<filtered binary nodeid>] match node
Thu, 05 Apr 2018 00:04:09 -0700 Martin von Zweigbergk context: move handling of filtering error to revsymbol() (API)
Tue, 03 Apr 2018 23:47:01 -0700 Martin von Zweigbergk context: use revsymbol() in "merge.preferancestor" code
Mon, 02 Apr 2018 09:18:01 -0700 Martin von Zweigbergk context: drop support for changeid='' (API)
Fri, 30 Mar 2018 22:46:22 -0700 Martin von Zweigbergk context: drop support for changeid of type long (API?)
Thu, 29 Mar 2018 23:05:41 -0700 Martin von Zweigbergk context: set repo property in basectx
Thu, 29 Mar 2018 22:51:45 -0700 Martin von Zweigbergk context: move reuse of context object to repo.__getitem__ (API)
Thu, 29 Mar 2018 22:22:51 -0700 Martin von Zweigbergk memctx: create parent contexts using "repo[p]" syntax
Thu, 29 Mar 2018 21:15:40 -0700 Martin von Zweigbergk context: remove unwanted assignments in basectx.__new__() (API)
Thu, 29 Mar 2018 09:34:17 -0700 Martin von Zweigbergk context: change default changeid from old form '' to '.'
Sat, 24 Mar 2018 01:30:50 -0400 Matt Harbison context: skip path conflicts by default when clearing unknown file (issue5776)
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 18 Mar 2018 12:28:19 +0900 Yuya Nishihara annotate: pack line content into annotateline object (API)
Tue, 13 Mar 2018 22:18:06 +0900 Yuya Nishihara annotate: drop linenumber flag from fctx.annotate() (API)
Wed, 28 Feb 2018 15:19:47 -0500 Yuya Nishihara dagop: extract core algorithm of annotate() from context.py
Wed, 28 Feb 2018 15:09:05 -0500 Yuya Nishihara dagop: move annotateline and _annotatepair from context.py
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Mon, 05 Mar 2018 01:05:54 +0530 Pulkit Goyal py3: use b"%d" instead of str() to convert integers to bytes
Sun, 04 Mar 2018 22:40:33 +0530 Pulkit Goyal py3: make sure __repr__ returns a str
Sun, 04 Mar 2018 22:40:08 +0530 Pulkit Goyal py3: make sure regular expressions are bytes
Sun, 04 Mar 2018 10:42:51 -0500 Augie Fackler merge with stable
Sat, 03 Mar 2018 09:19:34 -0500 Yuya Nishihara py3: fix some membership tests on linkrev adjustment
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Wed, 21 Feb 2018 21:14:05 +0900 Yuya Nishihara annotate: do not poorly split lines at CR (issue5798) stable
Sat, 24 Feb 2018 11:21:14 -0800 Gregory Szorc context: remove basectx.__int__ (API)
Tue, 06 Feb 2018 22:36:38 +0900 Yuya Nishihara subrepo: split non-core functions to new module
Fri, 02 Feb 2018 23:27:30 -0500 Matt Harbison context: drop deprecated methods (API)
Wed, 17 Jan 2018 21:43:46 -0500 Augie Fackler context: use native string when peeking in __dict__
Wed, 17 Jan 2018 16:52:13 +0100 Boris Feld write: add the possibility to pass keyword argument from batchget to vfs
Fri, 12 Jan 2018 11:15:41 +0000 Boris Feld visibility: pass a normal repo to _getfilteredreason
Fri, 12 Jan 2018 11:10:18 +0000 Boris Feld visibility: make the filtered message translatable
Fri, 12 Jan 2018 11:09:04 +0000 Boris Feld visibility: fix a comment introduced before which is not up-to-date
Fri, 29 Dec 2017 03:32:04 +0530 Pulkit Goyal py3: use pycompat.ziplist instead of inbuilt zip
Fri, 05 Jan 2018 09:12:08 +0100 Boris Feld visibility: improve the message when accessing filtered obsolete rev
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Sun, 10 Dec 2017 04:45:56 +0530 Pulkit Goyal py3: handle keyword arguments correctly in context.py
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen overlayworkingctx: invalidate the manifest cache when changing parents
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen overlayworkingctx: add `_compact()`
Thu, 07 Dec 2017 22:26:07 -0800 Phil Cohen overlayworkingctx: add ``tomemctx()``
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen overlayworkingctx: add _auditconflicts to write()
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen overlayworkingctx: inherit from committablectx instead of workingctx
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen overlayworkingctx: add a no-op ``clearunknown()``
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen overlayworkingctx: add _manifest, files(), added(), removed(), modified()
Thu, 07 Dec 2017 22:35:43 -0800 Phil Cohen rebase: add concludememorynode(), and call it when rebasing in-memory
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: add `_checkexist(path)`
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: fix a bad reference to `self._path`
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: track copy information in the context
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: move _wrappedctx out of the constructor
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen overlayworkingctx: make clean() public
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen overlayworkingctx: remove flushall()
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen context: switch ctx() use to changectx()
Sun, 22 Oct 2017 17:23:34 +0900 Yuya Nishihara filectx: extract helper method to obtain filectx pointing to its introrev
Thu, 16 Nov 2017 15:01:21 -0800 rlevasseur docs: add args/returns docs for some cmdutil, context, and registrar functions
Sun, 19 Nov 2017 13:18:54 +0800 Anton Shestakov context: add instabilities() method to basefilectx
Sat, 18 Nov 2017 11:58:57 +0800 Anton Shestakov context: add obsolete() method to basefilectx
Wed, 25 Oct 2017 21:58:03 +0900 Yuya Nishihara statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717) stable
Tue, 17 Oct 2017 12:41:24 -0700 Phil Cohen arbitraryfilecontext: skip the cmp fast path if any side is a symlink
Tue, 17 Oct 2017 08:11:13 -0700 Mark Thomas context: audit paths before clearing unknown files and dirs
Sun, 15 Oct 2017 20:36:29 -0700 Phil Cohen context: add workingfilectx.markcopied
Fri, 13 Oct 2017 12:34:22 -0700 Phil Cohen context: add overlayfilectx.cmp()
Fri, 13 Oct 2017 12:40:05 -0700 Phil Cohen context: add a fast-comparision for arbitraryfilectx and workingfilectx
Fri, 13 Oct 2017 12:54:46 -0700 Phil Cohen context: add is `isinmemory()` to filectx
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas context: also consider path conflicts when clearing unknown files
Fri, 30 Jun 2017 03:43:13 +0200 Boris Feld configitems: register the 'merge.preferancestor' config
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: track whether a particular annotation was the result of a skip
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: introduce attr for storing per-line annotate data
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal context: rename local 'attr' to 'attr_'
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: move annotatepair unit tests to a separate file
Fri, 29 Sep 2017 14:49:05 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify status()'s callers
Fri, 29 Sep 2017 14:19:36 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify walk()'s callers
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen context: add overlayworkingcontext and overlayworkingfilectx
Fri, 01 Sep 2017 11:52:20 -0700 Phil Cohen context: add arbitraryfilectx, which can represent files outside the workdir
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen merge: move some of the logic in batchget() to workingfilectx
Mon, 28 Aug 2017 16:58:59 -0700 Jun Wu metadataonlyctx: don't crash when reusing the manifest with deletions
Mon, 28 Aug 2017 16:49:41 -0700 Jun Wu context: make parents and text optional in metadataonlyctx
Tue, 22 Aug 2017 23:39:05 -0700 Martin von Zweigbergk context: remove unnecessary default values for matchers (API)
Tue, 22 Aug 2017 23:27:55 -0700 Martin von Zweigbergk context: always pass a matcher into _matchstatus() (API)
Thu, 24 Aug 2017 21:26:40 -0700 Phil Cohen context: add `decodeddata()` to basefilectx
Mon, 14 Aug 2017 11:20:06 +0200 Boris Feld context: fix troubled deprecation
Fri, 04 Aug 2017 19:39:34 +0200 Boris Feld obsolete: rename bumped volatile set into phasedivergent volatile set
Fri, 04 Aug 2017 19:36:27 +0200 Boris Feld obsolete: rename divergent volatile set into contentdivergent volatile set
Fri, 04 Aug 2017 19:27:39 +0200 Boris Feld obsolete: rename unstable volatile set into orphan volatile set
Wed, 02 Aug 2017 19:13:56 +0200 Boris Feld context: rename troubled into isunstable
Wed, 02 Aug 2017 19:09:00 +0200 Boris Feld context: rename bumped into phasedivergent
Wed, 02 Aug 2017 19:02:48 +0200 Boris Feld context: rename divergent into contentdivergent