Wed, 12 Nov 2014 22:20:36 -0800 |
Martin von Zweigbergk |
context.status: pass status tuple into _buildstatus
|
Wed, 12 Nov 2014 22:07:31 -0800 |
Martin von Zweigbergk |
context.status: avoid de- and reconstructing status tuple
|
Wed, 12 Nov 2014 16:51:11 -0800 |
Martin von Zweigbergk |
context.status: make _dirstatestatus() return an status tuple
|
Wed, 12 Nov 2014 21:19:07 -0800 |
Martin von Zweigbergk |
context.status: wipe deleted/unknown/ignored fields when reversed
|
Tue, 11 Nov 2014 10:16:54 -0800 |
Martin von Zweigbergk |
context.status: explain "caching reasons" more fully
|
Thu, 23 Oct 2014 17:00:38 -0700 |
Martin von Zweigbergk |
context.status: only filter suspect symlinks in the dirstate status
|
Thu, 23 Oct 2014 16:19:56 -0700 |
Martin von Zweigbergk |
context.status: inline _poststatus()
|
Sun, 12 Oct 2014 00:06:40 -0700 |
Martin von Zweigbergk |
context.status: remove now-empty _prestatus()
|
Sat, 11 Oct 2014 23:30:08 -0700 |
Martin von Zweigbergk |
context.status: call _dirstatestatus() from within _buildstatus()
|
Sun, 12 Oct 2014 00:00:13 -0700 |
Martin von Zweigbergk |
context.status: move manifest caching trick to _buildstatus()
|
Sat, 11 Oct 2014 23:18:53 -0700 |
Martin von Zweigbergk |
context.status: remove unused arguments from _matchstatus()
|
Thu, 23 Oct 2014 13:43:20 -0700 |
Martin von Zweigbergk |
context.status: remove overriding in workingctx
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Sat, 01 Nov 2014 02:43:08 +0900 |
FUJIWARA Katsunori |
i18n: make hint message of exception translatable
stable
|
Fri, 24 Oct 2014 14:24:28 -0700 |
Martin von Zweigbergk |
status: make 'hg status --rev' faster when there are deleted files
stable
|
Fri, 24 Oct 2014 15:52:20 -0500 |
Martin von Zweigbergk |
context.status: remove incorrect swapping of added/removed in workingctx
stable
|
Fri, 17 Oct 2014 15:25:32 -0700 |
Pierre-Yves David |
repoview: issue a special message when filtering hidden changesets
|
Fri, 17 Oct 2014 15:54:43 -0700 |
Pierre-Yves David |
repoview: include the filter name in filtered revision error messages
|
Wed, 15 Oct 2014 20:37:44 -0700 |
Pierre-Yves David |
changectx: issue a FilteredRepoLookupError when applicable
|
Wed, 15 Oct 2014 16:14:50 -0700 |
Pierre-Yves David |
changectx: move `IndexError` handling in the top level try except
|
Wed, 15 Oct 2014 16:05:24 -0700 |
Pierre-Yves David |
changectx: wrap the `changeid` processing in a try/except
|
Fri, 10 Oct 2014 14:09:37 -0400 |
Augie Fackler |
manifest: rename ambiguously-named set to setflag
|
Tue, 14 Oct 2014 15:46:16 -0400 |
Mike Edgar |
context: handle censored data in an on-disk file context based on config
|
Sat, 04 Oct 2014 21:05:41 -0700 |
Martin von Zweigbergk |
context: store status class instead of plain tuple in self._status
|
Tue, 14 Oct 2014 00:52:27 -0500 |
Martin von Zweigbergk |
status: update various other methods to return new class
|
Fri, 03 Oct 2014 21:44:10 -0700 |
Martin von Zweigbergk |
dirstate: separate 'lookup' status field from others
|
Wed, 01 Oct 2014 03:40:51 +0200 |
Mads Kiilerich |
changectx: skip all invalid merge.preferancestor values
|
Fri, 05 Sep 2014 11:36:20 -0700 |
Durham Goode |
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
|
Tue, 19 Aug 2014 01:13:10 +0200 |
Mads Kiilerich |
comments: describe ancestor consistently - avoid 'least common ancestor'
|
Sat, 30 Aug 2014 05:29:38 -0700 |
Siddharth Agarwal |
memctx: allow extensions to determine what filectxfn should do
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
Fri, 15 Aug 2014 11:48:05 -0500 |
Matt Mackall |
merge with stable
|
Fri, 15 Aug 2014 04:37:46 +0200 |
Mads Kiilerich |
cleanup: fix some list comprehension redefinitions of existing vars
|
Fri, 15 Aug 2014 14:33:19 +0900 |
Yuya Nishihara |
annotate: inline definition of decorate() functions
|
Fri, 15 Aug 2014 14:29:30 +0900 |
Yuya Nishihara |
annotate: rewrite long short-circuit statement by if-elif-else
|
Fri, 15 Aug 2014 02:46:44 +0200 |
Mads Kiilerich |
changectx: ancestor should only prefer merge.preferancestor if it is a revision
stable
|
Tue, 17 Jun 2014 20:55:06 -0700 |
Sean Farley |
memctx: add note about p2
|
Fri, 25 Jul 2014 20:20:26 -0500 |
Sean Farley |
memfilectx: add remove and write methods
|
Wed, 02 Jul 2014 14:01:01 -0500 |
Sean Farley |
workingfilectx: add remove and write methods
|
Fri, 25 Jul 2014 19:36:01 -0500 |
Sean Farley |
memctx: create a filectxfn if it is not callable
|
Tue, 17 Jun 2014 20:26:51 -0700 |
Sean Farley |
basectx: add missing, merge, and branch args to dirty method
|
Fri, 25 Jul 2014 20:11:47 -0500 |
Sean Farley |
basefilectx: move isexec and islink from memfilectx
|
Mon, 04 Aug 2014 14:32:34 -0500 |
Matt Mackall |
merge with stable
|
Fri, 01 Aug 2014 18:30:18 -0700 |
Siddharth Agarwal |
context: call normal on the right object
stable
|
Fri, 01 Aug 2014 22:07:29 -0700 |
Siddharth Agarwal |
context: add a method to efficiently filter by match if possible
|
Fri, 01 Aug 2014 13:01:35 -0700 |
Pierre-Yves David |
status: do not reverse deleted and unknown
stable 3.1
|
Fri, 01 Aug 2014 12:49:00 -0700 |
Pierre-Yves David |
status: don't drop unknown and ignored information (issue4321)
stable
|
Fri, 01 Aug 2014 13:13:24 -0700 |
Pierre-Yves David |
status: explicitly exclude removed file from unknown and ignored
stable
|
Wed, 16 Jul 2014 13:07:39 -0500 |
Sean Farley |
memctx: substate needs to be {} instead of None
stable
|
Wed, 16 Jul 2014 14:53:03 -0700 |
Siddharth Agarwal |
context: extend efficient manifest filtering to when all paths are files
|
Sat, 12 Jul 2014 17:59:03 -0700 |
Siddharth Agarwal |
context: generate filtered manifest efficiently for exact matchers
|
Thu, 03 Jul 2014 23:01:37 -0500 |
Sean Farley |
committablectx: move __contains__ into workingctx
|
Wed, 02 Jul 2014 15:24:43 -0500 |
Sean Farley |
memctx: explicitly set substate to None
|
Thu, 29 May 2014 16:12:59 -0500 |
Sean Farley |
memctx: add _manifest implementation that computes the filenode
|
Tue, 29 Apr 2014 16:43:59 -0500 |
Sean Farley |
basectx: pass raw context objects to patch.diff
|
Sat, 31 May 2014 17:26:15 -0700 |
Pierre-Yves David |
status: document the content of the returned tuple in the docstring
|
Sat, 31 May 2014 21:21:06 +0900 |
Yuya Nishihara |
workingctx: duplicate status list received at _poststatus hook
|
Tue, 03 Jun 2014 13:49:51 -0700 |
Sean Farley |
memfilectx: add a size method
|
Thu, 15 Aug 2013 15:47:15 -0500 |
Sean Farley |
memfilectx: remove path since it is now inherited
|
Thu, 15 Aug 2013 15:46:32 -0500 |
Sean Farley |
memfilectx: remove __str__ since it is now inherited
|
Thu, 15 Aug 2013 15:46:22 -0500 |
Sean Farley |
memfilectx: remove __nonzero__ since it is now inherited
|
Thu, 15 Aug 2013 16:49:27 -0500 |
Sean Farley |
memfilectx: call super.__init__ instead of duplicating code
|
Thu, 15 Aug 2013 15:23:36 -0500 |
Sean Farley |
memfilectx: inherit from committablefilectx
|
Thu, 15 Aug 2013 15:20:56 -0500 |
Sean Farley |
memctx: remove parents since it is now inherited
|
Thu, 15 Aug 2013 15:19:29 -0500 |
Sean Farley |
memctx: remove flags since it is now inherited
|
Thu, 15 Aug 2013 15:17:05 -0500 |
Sean Farley |
memctx: remove extra since it is now inherited
|
Thu, 15 Aug 2013 15:14:47 -0500 |
Sean Farley |
memctx: remove branch since it is now inherited
|
Wed, 28 May 2014 20:03:38 -0500 |
Sean Farley |
memctx: remove clean since it is now inherited
|
Wed, 28 May 2014 20:03:29 -0500 |
Sean Farley |
memctx: remove ignored since it is now inherited
|
Wed, 28 May 2014 20:03:19 -0500 |
Sean Farley |
memctx: remove unknown since it is now inherited
|
Thu, 15 Aug 2013 15:13:14 -0500 |
Sean Farley |
memctx: remove deleted since it is now inherited
|
Thu, 15 Aug 2013 15:12:54 -0500 |
Sean Farley |
memctx: remove removed since it is now inherited
|
Thu, 15 Aug 2013 15:12:46 -0500 |
Sean Farley |
memctx: remove added since it is now inherited
|
Thu, 15 Aug 2013 15:12:31 -0500 |
Sean Farley |
memctx: remove modified since it is now inherited
|
Thu, 15 Aug 2013 15:12:19 -0500 |
Sean Farley |
memctx: remove files since it is now inherited
|
Thu, 15 Aug 2013 15:07:43 -0500 |
Sean Farley |
memctx: remove description since it is now inherited
|
Thu, 15 Aug 2013 15:07:29 -0500 |
Sean Farley |
memctx: remove date since it is now inherited
|
Thu, 15 Aug 2013 15:07:01 -0500 |
Sean Farley |
memctx: remove user since it is now inherited
|
Thu, 15 Aug 2013 15:06:39 -0500 |
Sean Farley |
memctx: remove p2 since it is now inherited
|
Thu, 15 Aug 2013 15:06:10 -0500 |
Sean Farley |
memctx: remove p1 since it is now inherited
|
Thu, 15 Aug 2013 15:05:32 -0500 |
Sean Farley |
memctx: remove __getitem__ since it is now inherited
|
Thu, 15 Aug 2013 15:04:55 -0500 |
Sean Farley |
memctx: remove __nonzero__ since it is now inherited
|
Thu, 15 Aug 2013 15:04:36 -0500 |
Sean Farley |
memctx: remove __int__ since it is now inherited
|
Thu, 15 Aug 2013 15:03:52 -0500 |
Sean Farley |
memctx: remove __str__ since it is now inherited
|
Thu, 15 Aug 2013 15:03:03 -0500 |
Sean Farley |
memctx: call super.__init__ instead of duplicating code
|
Thu, 15 Aug 2013 15:00:03 -0500 |
Sean Farley |
memctx: inherit from committablectx
|
Tue, 29 Apr 2014 16:49:27 -0500 |
Sean Farley |
committablectx: fix _manifest doc string
|
Thu, 29 May 2014 16:09:16 -0500 |
Sean Farley |
context: fix wrong indentation from renaming method
|
Tue, 27 May 2014 17:04:48 -0500 |
Sean Farley |
context: explicitly return a tuple
|
Tue, 27 May 2014 15:55:35 -0700 |
Sean Farley |
workingctx: have status method call super instead of customized code.
|
Thu, 24 Apr 2014 18:07:42 -0500 |
Sean Farley |
basectx: copy localrepo.status method
|
Thu, 24 Apr 2014 17:42:53 -0500 |
Sean Farley |
committablectx: cache _status in _poststatus
|
Thu, 24 Apr 2014 17:31:20 -0500 |
Sean Farley |
committablectx: simplify caching the status
|
Wed, 23 Apr 2014 16:06:42 -0500 |
Sean Farley |
workingctx: add note about super._prestatus calling manifest
|
Wed, 23 Apr 2014 16:06:23 -0500 |
Sean Farley |
basectx: preserve loading the cached manifest in _prestatus
|
Fri, 20 Sep 2013 22:07:58 -0500 |
Sean Farley |
committablectx: add subrev method to return None
|
Fri, 20 Sep 2013 21:55:42 -0500 |
Sean Farley |
basectx: add subrev method to return the rev of a subrepo given a subpath
|
Thu, 24 Apr 2014 08:32:28 -0500 |
Sean Farley |
workingctx: override _matchstatus for parentworking case
|
Wed, 23 Apr 2014 15:39:30 -0500 |
Sean Farley |
basectx: add _matchstatus method for factoring out last of parentworking logic
|
Thu, 24 Apr 2014 08:34:44 -0500 |
Sean Farley |
workingctx: use inheritance for _buildstatus while keeping the fastpath
|
Tue, 22 Apr 2014 12:59:22 -0500 |
Sean Farley |
workingctx: add _poststatus method to call _filtersuspectsymlink
|
Tue, 22 Apr 2014 12:51:58 -0500 |
Sean Farley |
context: add a no-op _poststatus method
|
Mon, 21 Apr 2014 22:12:59 -0500 |
Sean Farley |
workingctx: add _prestatus method to call _dirstatestatus
|
Mon, 21 Apr 2014 21:39:10 -0500 |
Sean Farley |
context: add a no-op _prestatus method
|
Mon, 21 Apr 2014 21:35:36 -0500 |
Sean Farley |
context: add _buildstatus method
|
Tue, 15 Apr 2014 15:43:30 -0500 |
Sean Farley |
localrepo: factor out _manifestmatch logic for workingctx
|
Wed, 23 Apr 2014 20:52:10 -0500 |
Sean Farley |
basectx: add _manifestmatches method
|
Tue, 22 Apr 2014 13:20:30 -0500 |
Sean Farley |
workingctx: call _dirstatestatus in status
|
Tue, 22 Apr 2014 13:14:51 -0500 |
Sean Farley |
context: add private _dirstatestatus method
|
Tue, 11 Mar 2014 18:28:09 -0500 |
Sean Farley |
committablectx: move status to workingctx
|
Tue, 11 Mar 2014 18:10:00 -0500 |
Sean Farley |
localrepo: factor out parentworking logic for comparing files
|
Fri, 07 Mar 2014 13:32:37 -0800 |
Sean Farley |
localrepo: move symlink logic to workingctx
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
context: move editor invocation from "makememctx()" to "memctx.__init__()"
|
Wed, 30 Apr 2014 14:19:01 -0500 |
Matt Mackall |
ancestor: silence multiple ancestor warning outside of merge (issue4234)
stable
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
context: introduce merge.preferancestor for controlling which ancestor to pick
|
Thu, 17 Apr 2014 17:32:04 +0200 |
Mads Kiilerich |
context: tell when .ancestor picks one of multiple common ancestors heads
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
context: remove redundant handling of match.bad return value
|
Mon, 07 Apr 2014 23:17:48 +0200 |
Mads Kiilerich |
context: remove unused filectx.ancestor
|
Tue, 04 Feb 2014 15:27:49 -0500 |
Augie Fackler |
context: add a getfileset() method so fewer things need fileset directly
|
Tue, 14 Jan 2014 13:49:19 -0800 |
Durham Goode |
changectx: increase perf of walk function
|