mercurial/context.py
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sun, 10 Dec 2006 20:35:28 -0200 Alexis S. L. Carvalho Use UTF-8 in .hg/branch
Fri, 08 Dec 2006 13:14:57 -0600 Matt Mackall context: don't spuriously raise abort when a file goes missing.
Mon, 27 Nov 2006 15:27:09 -0800 Brendan Cully Make context __eq__ handle arbitrary RHS values
Mon, 27 Nov 2006 20:55:50 +0100 Benoit Boissinot context: None is not a valid filenode (revert from 23ede9e7ad4d)
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Tue, 31 Oct 2006 13:01:28 +0100 Benoit Boissinot Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
Sun, 29 Oct 2006 16:33:46 +0100 Benoit Boissinot filelog: rename filelog.size() to filelog.len()
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Wed, 18 Oct 2006 14:06:48 -0500 Matt Mackall filecontext: report False for missing files
Tue, 17 Oct 2006 18:54:37 -0500 Matt Mackall Merge with crew
Tue, 17 Oct 2006 18:30:12 -0500 Matt Mackall Add branch method to contexts
Sun, 15 Oct 2006 18:43:46 -0700 Brendan Cully Fix annotate where linkrev != rev without exporting linkrev
Sun, 15 Oct 2006 18:25:07 -0700 Brendan Cully Back out d8eba1c3ce9b and a004164dbeef
Sun, 15 Oct 2006 17:37:04 -0700 Brendan Cully Add linkrev to filectx
Wed, 11 Oct 2006 17:37:48 -0500 Matt Mackall Merge with crew
Wed, 11 Oct 2006 13:56:35 -0700 Brendan Cully changectx: search manifest delta for filenode
Wed, 11 Oct 2006 13:34:12 -0700 Brendan Cully context: check self.__dict__ instead of using hasattr
Tue, 10 Oct 2006 21:03:24 +0300 Giorgos Keramidas Revert changeset c67920d78248.
Tue, 10 Oct 2006 02:11:59 -0500 Matt Mackall context: change workingctx str() from . to <node>+
Tue, 10 Oct 2006 01:13:03 -0500 Matt Mackall context: add cmp for filectxs
Mon, 09 Oct 2006 23:20:48 -0500 Matt Mackall filectx: add size method
Mon, 09 Oct 2006 21:04:25 -0500 Matt Mackall fix workingfilectx parents and ancestor functions
Tue, 03 Oct 2006 12:28:27 -0700 Brendan Cully Make changectx.filenode raise repo.LookupError on failure
Tue, 03 Oct 2006 12:14:33 -0700 Brendan Cully Merge with upstream
Mon, 02 Oct 2006 17:59:39 -0700 Brendan Cully Use parentrevs shortcut in filectx.annotate
Sun, 01 Oct 2006 13:44:08 -0700 Brendan Cully Make filectx.__init__ use LookupError
Sun, 01 Oct 2006 12:42:50 -0700 Brendan Cully Raise LookupError in changectx.filectx if filenode can't be found
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Tue, 03 Oct 2006 01:21:46 -0500 Matt Mackall merge: use new working context object in update
Mon, 02 Oct 2006 22:03:14 -0500 Matt Mackall contexts: add working dir and working file contexts
Mon, 02 Oct 2006 15:28:44 -0500 Matt Mackall context: simplify repr methods
Mon, 02 Oct 2006 15:17:59 -0500 Matt Mackall contexts: use __getattr__ rather than try/except in changectx
Mon, 02 Oct 2006 15:02:28 -0500 Matt Mackall context: make filectx remember changectx in changectx.filectx
Mon, 02 Oct 2006 14:23:38 -0500 Matt Mackall Make filectx lazier
Sat, 30 Sep 2006 12:34:31 +0200 Thomas Arendsen Hein merged brendan's hgweb cleanups
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully Add lookup method to filectx
Sat, 30 Sep 2006 09:46:03 +0200 Thomas Arendsen Hein Merge with upstream
Wed, 27 Sep 2006 09:10:21 -0700 Brendan Cully Refactor annotate copy support.
Fri, 29 Sep 2006 17:47:51 -0500 Matt Mackall context: add __nonzero__ methods
Fri, 29 Sep 2006 16:29:44 -0500 Matt Mackall Add str methods to contexts
Fri, 29 Sep 2006 16:01:46 -0500 Matt Mackall Add equality operators to changectx and filectx
Mon, 25 Sep 2006 16:43:21 -0500 Matt Mackall context: change filectx repr to use @
Fri, 22 Sep 2006 16:12:39 -0500 Matt Mackall context: add __repr__ methods
Fri, 22 Sep 2006 16:01:14 -0500 Matt Mackall filectx: lazy linkrev usage
Fri, 22 Sep 2006 15:34:02 -0500 Matt Mackall restore filectx.changectx() method
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully filectx.annotate: return filectx for each line instead of rev
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully Make filectx lazier - some users never use filenode
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully context: handle fileid or changeid == 0
Wed, 20 Sep 2006 16:50:50 -0500 Matt Mackall Abstract ancestor algorithm into generic function
Tue, 19 Sep 2006 15:28:13 -0500 Matt Mackall Merge with crew
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Tue, 19 Sep 2006 14:58:54 -0500 Matt Mackall filectx: add rename-aware ancestor algorithm
Sun, 17 Sep 2006 22:59:33 -0500 Matt Mackall changectx: add ancestor function
Sun, 17 Sep 2006 22:58:11 -0500 Matt Mackall filectx: allow passing filelog in init to avoid opening new filelogs
Sun, 17 Sep 2006 22:38:06 -0500 Matt Mackall filelog: make metadata method private
Sun, 17 Sep 2006 22:20:44 -0500 Matt Mackall filectx: add rename traversal for parents()
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Mon, 17 Jul 2006 01:59:06 +0200 Benoit Boissinot fix filectxt to really work
Sun, 16 Jul 2006 16:40:24 +0200 Benoit Boissinot context.py: various fixes
less more (0) -60 tip