mercurial/context.py
Fri, 02 Jun 2017 22:27:52 -0700 Siddharth Agarwal status: don't crash if a lookup file disappears stable 4.2.1
Thu, 01 Jun 2017 02:25:18 +0530 Pulkit Goyal py3: implement __bytes__ for committablectx
Thu, 01 Jun 2017 00:00:10 +0530 Pulkit Goyal py3: make sure we return strings from __str__ and __repr__
Thu, 11 May 2017 13:59:48 -0700 Sean Farley context: move dirty() to committablectx
Thu, 11 May 2017 13:51:10 -0700 Sean Farley committablectx: extra is already normalized by committablectx.__init__
Thu, 25 May 2017 17:20:43 -0700 Jun Wu context: do not cache manifestctx
Wed, 24 May 2017 19:39:33 -0700 Siddharth Agarwal annotate: add a new experimental --skip option to skip revs
Wed, 24 May 2017 19:07:14 -0700 Siddharth Agarwal annotate: add core algorithm to skip a rev
Wed, 24 May 2017 17:40:08 -0700 Siddharth Agarwal annotate: make pair take all parents to pair against
Wed, 24 May 2017 17:38:28 -0700 Siddharth Agarwal annotate: move pair function to top level
Fri, 19 May 2017 12:18:25 +0200 Boris Feld devel: add a config field to force dates to timestamp 0
Thu, 18 May 2017 22:20:59 -0700 Martin von Zweigbergk match: replace icasefsmatch() function by flag to regular match()
Fri, 12 May 2017 23:11:41 -0700 Martin von Zweigbergk match: replace match class by match function (API)
Thu, 18 May 2017 17:11:07 -0400 Augie Fackler context: migrate to context manager for changing dirstate parents
Tue, 09 May 2017 20:23:21 -0700 Jun Wu filectx: add an overlayfilectx class
Tue, 09 May 2017 19:16:48 -0700 Jun Wu filectx: remove __new__
Tue, 09 May 2017 16:34:12 -0700 Jun Wu filectx: add a rawflags method
Tue, 09 May 2017 19:53:31 -0700 Jun Wu filectx: move size to basefilectx
Tue, 09 May 2017 19:48:57 -0700 Jun Wu filectx: make renamed a property cache
Tue, 09 May 2017 19:23:28 -0700 Jun Wu filectx: make flags a property cache
Fri, 28 Apr 2017 01:13:07 +0530 Pulkit Goyal py3: use raw strings while accessing class.__dict__
Mon, 24 Apr 2017 18:33:23 +0200 Denis Laxalde context: optimize linkrev adjustment in blockancestors() (issue5538) stable
Thu, 20 Apr 2017 21:40:28 +0200 Denis Laxalde context: start walking from "introrev" in blockancestors() stable
Sat, 15 Apr 2017 18:13:10 +0200 Pierre-Yves David hidden: extract the code generating "filtered rev" error for wrapping
Fri, 14 Apr 2017 14:25:06 +0200 Denis Laxalde context: possibly yield initial fctx in blockdescendants()
Fri, 14 Apr 2017 14:09:26 +0200 Denis Laxalde context: add an assertion checking linerange consistency in blockdescendants()
Fri, 14 Apr 2017 08:55:18 +0200 Denis Laxalde context: follow all branches in blockdescendants()
Mon, 10 Apr 2017 15:11:36 +0200 Denis Laxalde context: add a blockdescendants function
Fri, 07 Apr 2017 11:02:43 -0700 Jun Wu metadataonlyctx: replace "changeset()[0]" to "manifestnode()"
Sun, 26 Mar 2017 12:26:35 -0700 Jun Wu metadataonlyctx: speed up sanity check
Fri, 24 Mar 2017 22:13:23 +0900 FUJIWARA Katsunori misc: update descriptions about removed file for filectxfn
Mon, 13 Mar 2017 12:40:14 -0700 Gregory Szorc py3: add __bool__ to every class defining __nonzero__
Wed, 15 Mar 2017 15:38:02 -0700 Pierre-Yves David context: simplify call to icase matcher in 'match()'
Wed, 15 Mar 2017 15:33:24 -0700 Pierre-Yves David context: explicitly tests for None
Sun, 12 Mar 2017 21:50:42 -0700 Gregory Szorc context: don't use mutable default argument value
Sun, 12 Mar 2017 00:43:47 -0500 Augie Fackler context: use portable construction to verify int parsing
Sat, 11 Mar 2017 20:57:40 -0500 Augie Fackler context: implement both __bytes__ and __str__ for Python 3
Sat, 11 Mar 2017 20:57:04 -0500 Augie Fackler context: work around `long` not existing on Python 3
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich vfs: use repo.wvfs.unlinkpath
Tue, 07 Mar 2017 17:52:45 -0800 Durham Goode context: remove uses of manifest.matches
Tue, 07 Mar 2017 17:49:50 -0800 Durham Goode context: remove assumptions about manifest creation during _buildstatus
Tue, 07 Mar 2017 17:56:30 -0800 Durham Goode context: move _manifest from committablectx to workingctx
Tue, 07 Mar 2017 09:56:11 -0800 Durham Goode status: handle more node indicators in buildstatus
Mon, 16 Jan 2017 17:14:36 +0100 Denis Laxalde context: also return ancestor's line range in blockancestors
Mon, 16 Jan 2017 17:08:25 +0100 Denis Laxalde context: add a followfirst flag to blockancestors
Mon, 16 Jan 2017 09:22:32 +0100 Denis Laxalde context: extract _changesinrange() out of blockancestors()
Thu, 05 Jan 2017 17:16:07 +0000 Remi Chaintron revlog: add 'raw' argument to revision and _addrevision
Wed, 28 Dec 2016 23:03:37 +0100 Denis Laxalde context: add a `blockancestors(fctx, fromline, toline)` function
Fri, 16 Dec 2016 21:02:39 +0000 Jun Wu context: correct metadataonlyctx's parameter
Mon, 21 Nov 2016 08:09:41 -0800 Mateusz Kwapich memctx: allow the metadataonlyctx thats reusing the manifest node
Thu, 10 Nov 2016 02:19:16 -0800 Durham Goode dirstate: change added/modified placeholder hash length to 20 bytes
Thu, 10 Nov 2016 02:17:22 -0800 Durham Goode dirstate: change placeholder hash length to 20 bytes
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode context: add manifestctx property on changectx
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: remove manifest.find
Tue, 01 Nov 2016 08:22:50 +0000 Jun Wu adjustlinkrev: remove unnecessary parameters
Thu, 19 Mar 2015 22:22:50 +0100 Mads Kiilerich context: make sure __str__ works, also when there is no _changectx
Sat, 01 Oct 2016 14:18:58 +0100 Jun Wu annotate: calculate line count correctly
Tue, 27 Sep 2016 14:46:34 +0200 Philippe Pepiot mdiff: remove unused parameter 'refine' from allblocks()
Tue, 13 Sep 2016 16:26:30 -0700 Durham Goode manifest: adds manifestctx.readfast
Tue, 13 Sep 2016 16:25:21 -0700 Durham Goode manifest: add manifestctx.readdelta()
Wed, 14 Sep 2016 17:12:39 +0200 Pierre-Yves David merge with stable
Mon, 12 Sep 2016 10:55:43 -0700 Durham Goode manifest: change manifestctx to not inherit from manifestdict
Sat, 10 Sep 2016 01:41:38 +0200 Pierre-Yves David manifest: backed out changeset b60a5fe98b73
Wed, 31 Aug 2016 12:46:53 -0700 Durham Goode manifest: change manifestctx to not inherit from manifestdict
Tue, 30 Aug 2016 09:22:53 -0700 Martin von Zweigbergk util: rename checkcase() to fscasesensitive() (API)
Fri, 02 Sep 2016 15:20:59 +0100 Jun Wu annotate: pre-calculate the "needed" dictionary (issue5360) stable
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: change changectx to access manifest via manifestlog
Mon, 11 Jul 2016 14:44:19 +0200 Denis Laxalde context: eliminate handling of linenumber being None in annotate
Wed, 18 May 2016 16:37:32 -0500 Matt Mackall annotate: optimize line counting
Wed, 27 Apr 2016 22:45:52 -0400 Matt Harbison verify: don't init subrepo when missing one is referenced (issue5128) (API) stable
Sun, 06 Mar 2016 13:26:37 -0800 Gregory Szorc context: use changelogrevision
Wed, 02 Mar 2016 16:05:30 -0600 Matt Mackall changelog: backed out changeset 86de91c56355
Wed, 02 Mar 2016 12:46:54 -0600 Matt Mackall changelog: backed out changeset 1778770e1982
Sat, 27 Feb 2016 22:34:18 -0800 Gregory Szorc changelog: lazy decode user (API)
Sat, 27 Feb 2016 22:25:14 -0800 Gregory Szorc changelog: lazy decode description (API)
Mon, 08 Feb 2016 14:17:11 -0800 Durham Goode filectx: replace use of _filerev with _filenode
Fri, 05 Feb 2016 21:09:32 -0800 Martin von Zweigbergk match: rename "narrowmatcher" to "subdirmatcher" (API)
Wed, 03 Feb 2016 17:44:11 -0800 Durham Goode memctx: fix memctx manifest file hashes
Mon, 25 Jan 2016 15:48:35 -0800 Martin von Zweigbergk context: back out sneaky code change in documentation change stable
Sun, 17 Jan 2016 12:10:30 -0800 Gregory Szorc context: don't use util.cachefunc due to cycle creation (issue5043)
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in checklookup
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in copy
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in workingctx.undelete
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in workingctx.forget
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in workingctx.add
Tue, 12 Jan 2016 13:10:31 -0800 Martin von Zweigbergk context: check for differing flags a little earlier
Tue, 12 Jan 2016 13:09:54 -0800 Martin von Zweigbergk context: clarify why we don't compare file contents when nodeid differs
Tue, 12 Jan 2016 12:43:36 -0800 Martin von Zweigbergk status: back out changeset 89f49813526c
Mon, 04 Jan 2016 10:13:29 -0800 Martin von Zweigbergk status: change + back out == clean (API)
Mon, 04 Jan 2016 09:44:58 -0800 Martin von Zweigbergk status: revert + flag-change == modified
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Mon, 21 Dec 2015 21:51:31 -0800 Gregory Szorc context: use absolute_import
Thu, 03 Dec 2015 13:23:46 -0800 Pierre-Yves David context: use a the nofsauditor when matching file in history (issue4749)
Tue, 17 Nov 2015 16:42:52 -0600 Andrew Zwicky extdiff: correctly handle deleted subrepositories (issue3153)
Sat, 21 Nov 2015 19:21:01 -0800 Gregory Szorc context: avoid extra parents lookups
Sat, 21 Nov 2015 19:04:12 -0800 Gregory Szorc context: optimize _parents()
Thu, 19 Nov 2015 13:15:17 -0600 Matt Mackall util: drop statmtimesec
Mon, 16 Nov 2015 11:27:27 -0800 Siddharth Agarwal filectx: add isabsent method
Fri, 13 Nov 2015 22:37:51 -0800 Siddharth Agarwal filectx: allow custom comparators
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori dirstate: make dirstate.write() callers pass transaction object to it
Fri, 09 Oct 2015 01:19:37 +0200 Mads Kiilerich context: don't hex encode all unknown 20 char revision specs (issue4890)
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sun, 04 Oct 2015 22:25:29 +0900 Yuya Nishihara util: extract stub function to get mtime with second accuracy
Thu, 25 Jun 2015 17:54:55 -0500 Matt Mackall merge: make merge.preferancestor type and default consistent
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly at the end of markcommitted
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly after marking files as clean
Mon, 22 Jun 2015 22:05:10 +0900 Yuya Nishihara workingctx: use node.wdirid constant
Sun, 28 Jun 2015 13:38:03 -0400 Matt Harbison workingctx: don't report the tags for its parents
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 16 Jun 2015 23:03:36 -0400 Matt Harbison subrepo: allow a representation of the working directory subrepo
Sun, 14 Jun 2015 22:04:17 -0400 Matt Harbison context: override workingctx.hex() to avoid a crash
Fri, 05 Jun 2015 19:01:04 -0400 Matt Harbison context: add an optional constructor parameter for a match.bad() override
Thu, 04 Jun 2015 21:37:59 -0400 Matt Harbison context: replace match.bad() monkey patching with match.badmatch()
Wed, 03 Jun 2015 13:51:27 -0400 Matt Harbison context: introduce the nullsub() method
Fri, 22 May 2015 13:06:45 -0700 Laurent Charignon patch: add 'extra' argument to makememctx
Tue, 19 May 2015 07:17:57 -0500 Matt Mackall merge with stable
Sun, 17 May 2015 01:06:10 -0400 Matt Harbison context: don't complain about a matcher's subrepo paths in changectx.walk() stable
Sat, 16 May 2015 00:36:35 -0400 Matt Harbison match: resolve filesets in subrepos for commands given the '-S' argument
Mon, 04 May 2015 10:38:45 -0700 Laurent Charignon context: make warning message for hidden revision extensible
Sat, 25 Apr 2015 15:38:06 +0900 Yuya Nishihara annotate: always adjust linkrev before walking down to parents (issue4623) stable
less more (0) -120 tip