log mercurial/context.py @ 23172:e955549cd045

age author description
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