log mercurial/context.py @ 16610:f1745323a567

age author description
Wed, 09 May 2012 02:46:58 +0300 Idan Kamara context: fix call to util.safehasattr
Sun, 06 May 2012 14:37:51 -0500 Matt Mackall context: add copies method with caching
Sun, 06 May 2012 14:20:53 -0500 Matt Mackall filectx: handle some other simple cases for finding merge ancestor
Fri, 04 May 2012 17:27:14 -0500 Matt Mackall filectx: make ancestor require actx
Mon, 23 Apr 2012 12:12:04 +0200 Patrick Mezard update: make --check abort with dirty subrepos stable
Wed, 11 Apr 2012 11:29:12 +0200 Patrick Mezard context: revert workingctx.ancestors() followfirst option
Sun, 08 Apr 2012 12:38:08 -0500 Matt Mackall context: use rev for changelog lookup
Sun, 08 Apr 2012 12:38:07 -0500 Matt Mackall context: internalize lookup logic
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Thu, 05 Apr 2012 19:15:23 +0200 Patrick Mezard context: make changectx.mutable() benefit from .phase() logic stable
Sun, 26 Feb 2012 17:10:57 +0100 Patrick Mezard context: add followfirst arg to filectx and workingfilectx
Wed, 22 Feb 2012 17:36:33 -0600 Matt Mackall merge with stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: use 'changectx.dirs()' in 'walk()' for directory patterns stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: add 'dirs()' to changectx/workingctx for directory patterns stable
Thu, 16 Feb 2012 16:40:29 -0600 Matt Mackall merge with stable
Thu, 16 Feb 2012 12:56:48 +0100 Patrick Mezard context: make workingctx.forget() really warn about untracked files stable
Thu, 09 Feb 2012 17:04:17 -0600 Matt Mackall merge: don't use unknown()
Tue, 17 Jan 2012 19:10:59 -0500 David M. Carr forget: fix subrepo recursion for explicit path handling
Sun, 15 Jan 2012 18:00:01 -0600 Matt Mackall merge with stable
Sun, 15 Jan 2012 13:39:09 +0100 Christian Ebert filectx: typo in comment stable
Fri, 13 Jan 2012 11:29:53 -0600 Matt Mackall merge with stable
Thu, 12 Jan 2012 00:49:45 +0900 Yuya Nishihara filectx: fix cmp() of file starting with '\1\n' stable
Thu, 29 Dec 2011 04:40:09 +0100 Pierre-Yves David phases: add a phasestr method on context
Fri, 06 Jan 2012 09:51:35 +0100 Pierre-Yves David phases: store phase values in constant instead of using raw integer
Wed, 21 Dec 2011 18:20:15 +0100 Laurens Holst context: add isbinary function
Wed, 21 Dec 2011 23:56:15 +0100 Pierre-Yves David phases: implement ``phase()`` and ``hidden()`` method for workingctx
Mon, 19 Dec 2011 23:31:38 +0100 Pierre-Yves David phases: add a mutable boolean property on context
Fri, 18 Nov 2011 12:04:31 +0100 Patrick Mezard annotate: support diff whitespace filtering flags (issue3030)
Mon, 07 Nov 2011 18:37:58 +0100 Pierre-Yves David phases: improve context.phase()
Tue, 18 Oct 2011 18:25:53 +0200 Pierre-Yves David phases: add a phase method to context
Sat, 22 Oct 2011 16:12:33 -0500 Matt Mackall windows: recompute flags when committing a merge (issue1802) stable
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall match: allow passing a context object to match core
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall context: add a match builder method
Thu, 16 Jun 2011 01:57:59 +0200 Pierre-Yves David hidden: Add ``hidden`` method for context
Sat, 04 Jun 2011 15:20:49 +0200 Patrick Mezard memctx: simplify constructor
Thu, 02 Jun 2011 00:33:33 +0200 Adrian Buehlmann workingctx: eliminate remove function
Fri, 27 May 2011 21:11:44 +0200 Adrian Buehlmann workingctx.remove: use self.forget
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall context: make forget work like commands.forget
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall dirstate: rename forget to drop
Tue, 24 May 2011 14:52:23 +0200 Adrian Buehlmann workingctx.remove: don't stat files again after unlinking
Tue, 24 May 2011 14:08:20 +0200 Adrian Buehlmann workingctx: unlink paths while holding the wlock
Sun, 01 May 2011 08:29:50 -0500 Matt Mackall context: provide an efficient iterator for workingctx
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Tue, 19 Apr 2011 12:42:53 +0200 Adrian Buehlmann add: introduce a warning message for non-portable filenames (issue2756) (BC)
Mon, 04 Apr 2011 16:21:57 -0500 Matt Mackall filectx: introduce p1/p2 convenience methods
Mon, 07 Mar 2011 15:44:43 -0600 Matt Mackall ancestor: rewrite to deal with crossed linkrevs (issue2682) stable
Fri, 25 Feb 2011 15:31:32 -0600 Matt Mackall context: be even more careful about result order in ancestors() (issue2642) stable
Wed, 23 Feb 2011 20:47:00 -0600 Kevin Bullock workingctx: overload bookmarks() to return parents' bookmarks stable
Wed, 23 Feb 2011 17:27:05 -0600 Matt Mackall context: generate file ancestors in reverse revision order (issue2642) stable
Thu, 03 Feb 2011 10:31:17 +0100 Martin Geisler remove unnecessary list comprehensions
Fri, 11 Feb 2011 19:36:15 +0100 David Soria Parra context: add method to return all bookmarks pointing to a node
Sun, 02 Jan 2011 19:34:41 +0100 Adrian Buehlmann rename util.unlink to unlinkpath
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Mon, 15 Nov 2010 17:05:54 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 17:00:43 -0600 Matt Mackall context: walk both parents for workingctx.ancestors() stable
Sun, 07 Nov 2010 18:59:27 +0900 Nicolas Dumazet context: add __repr__ methods to workingfilectx and workingctx
Thu, 14 Oct 2010 22:47:50 +0200 Christian Ebert context: narrow down filter special case in filectx.cmp()
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp
Tue, 21 Sep 2010 23:37:47 +0200 Patrick Mezard Merge with stable
Tue, 21 Sep 2010 23:14:58 +0200 Patrick Mezard context: fix filectx.undelete() (issue2388) stable
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Mon, 13 Sep 2010 13:09:20 +0200 Martin Geisler add: recurse into subrepositories with --subrepos/-S flag
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Wed, 25 Aug 2010 13:40:46 +0200 Martin Geisler Merge with stable
Wed, 25 Aug 2010 13:29:46 +0200 Martin Geisler context: mark string for translation stable
Thu, 15 Jul 2010 18:10:05 +0200 Martin Geisler subrepos: support remapping of .hgsub source paths
Thu, 29 Jul 2010 10:39:59 +0900 Nicolas Dumazet context: reuse filecontext.cmp in workingfilecontext.cmp
Tue, 27 Jul 2010 23:40:46 +0900 Nicolas Dumazet filectx: use cmp(self, fctx) instead of cmp(self, text)
Fri, 16 Jul 2010 16:33:55 +0900 Nicolas Dumazet context: use os.lstat instead of os.stat to fetch file size stable
Fri, 09 Jul 2010 11:02:39 +0900 Nicolas Dumazet cmp: document the fact that we return True if content is different stable
Fri, 09 Jul 2010 11:59:48 +0900 Nicolas Dumazet workingfilectx.cmp: invert boolean return value stable
Fri, 18 Jun 2010 08:48:05 +0200 Peter Arrenbrecht context: allow passing the common cset ancestor to fctx.ancestor stable
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Sat, 01 May 2010 15:00:21 +0300 Alexander Solovyov slightly improve memctx api
Tue, 11 May 2010 20:21:25 +0200 Benoit Boissinot merge with stable
Tue, 11 May 2010 20:13:52 +0200 Benoit Boissinot context: fallback function should not return None stable
Sat, 01 May 2010 23:05:21 +0200 Edouard Gomez subrepo: dirtiness checks should iterate over subrepos
Fri, 07 May 2010 14:07:30 -0500 Steve Borho changectx: change diff() to accept keyword opts
Fri, 07 May 2010 10:59:11 -0500 Steve Borho changectx: use repo.ui diffopts, allow argument override
Wed, 05 May 2010 20:21:57 -0500 Matt Mackall context: only scan unknowns when needed
Tue, 04 May 2010 15:52:42 -0500 Matt Mackall context: use asserts for ignored and clean exceptions
Tue, 04 May 2010 15:02:55 -0500 Steve Borho workingctx: use member variables to store ignored and clean
Tue, 04 May 2010 14:52:25 -0500 Steve Borho workingctx: add explicit status method, add ignored and fix clean
Tue, 04 May 2010 20:12:58 -0500 Steve Borho context: add a changectx.diff() convenience function
Wed, 21 Apr 2010 01:18:31 +0200 Benoit Boissinot context: remove parents parameter to workingctx
Mon, 19 Apr 2010 20:30:31 +0200 Benoit Boissinot filectx: _fileid isn't normalized, use _filenode instead stable
Fri, 16 Apr 2010 01:57:32 +0200 Benoit Boissinot context: fix bug introduced in fb89cd21a7a0, path should be used stable
Thu, 15 Apr 2010 18:08:48 +0200 Benoit Boissinot workingctx: correctly compute the flag for noexec filesystems+merge stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 19 Jan 2010 22:20:05 -0600 Matt Mackall copies: speed up copy detection stable
Thu, 31 Dec 2009 17:19:30 -0600 Augie Fackler dirstate: don't check state of subrepo directories
Tue, 01 Dec 2009 01:08:16 +0100 Benoit Boissinot context: parents() already filters nullid
Tue, 01 Dec 2009 01:03:54 +0100 Benoit Boissinot context: use key-sorting instead of tuples
Thu, 12 Nov 2009 12:03:39 -0600 Matt Mackall merge: fix changectx.ancestor(workingctx) (issue1327)
Sat, 07 Nov 2009 14:07:45 -0600 Matt Mackall filectx: shortcut unrelated files in ancestor() (issue1327)
Sat, 07 Nov 2009 14:07:45 -0600 Matt Mackall merge: first part of fix for issue1327
Mon, 05 Oct 2009 18:17:13 -0400 Greg Ward cmdutil: changeset_printer: use methods of filectx/changectx.
Mon, 13 Jul 2009 09:50:26 +0900 Nicolas Dumazet for calls expecting bool args, pass bool instead of int
Thu, 09 Jul 2009 19:49:02 -0500 Matt Mackall Merge with stable
Mon, 06 Jul 2009 14:52:44 -0500 Matt Mackall filectx: add a hex method
Thu, 09 Jul 2009 17:10:07 -0500 Matt Mackall fix memory usage of revlog caches by limiting cache size [issue1639]
Fri, 03 Jul 2009 10:43:46 -0400 Greg Ward context: improve arg-checking assert.
Mon, 15 Jun 2009 02:45:38 -0500 Matt Mackall commit: recurse into subrepositories
Mon, 15 Jun 2009 02:45:38 -0500 Matt Mackall subrepo: introduce basic state parsing
Thu, 04 Jun 2009 16:21:55 -0500 Matt Mackall context: add a dirty method to detect modified contexts
Wed, 20 May 2009 02:08:53 +0200 Benoit Boissinot workingfilectx: always use the same filelog, even for renames
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Thu, 14 May 2009 13:21:20 -0500 Matt Mackall context: add new manifestnode method
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall context: add p1 and p2 methods
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall filecommit: swallow some bits from _commitctx, add _
Thu, 14 May 2009 10:59:55 +0200 Simon Heimberg context: replace pseudo-set by real set
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall util: take propertycache from context.py