log mercurial/context.py @ 6741:5918e2b79859

age author description
Thu, 26 Jun 2008 13:46:31 -0500 Matt Mackall context: simplify changeid logic
Wed, 25 Jun 2008 17:33:51 -0500 Matt Mackall context: consistently return p1 context for None
Mon, 23 Jun 2008 13:12:32 +0200 Dirkjan Ochtman kill some trailing spaces
Sat, 21 Jun 2008 15:27:51 +0200 Christian Ebert Fix commit date (issue1193)
Thu, 19 Jun 2008 00:14:23 +0200 Patrick Mezard context: add memctx for memory commits
Wed, 18 Jun 2008 22:52:26 +0200 Patrick Mezard context: let workingctx.date(), .user() and description() be overriden
Wed, 18 Jun 2008 22:52:26 +0200 Patrick Mezard localrepo: let commit() get extra data from workingctx
Wed, 18 Jun 2008 22:52:25 +0200 Patrick Mezard localrepo: hide commit() file selection behind workingctx
Wed, 18 Jun 2008 22:52:25 +0200 Patrick Mezard context: let workingctx parents be overriden
Sun, 15 Jun 2008 13:05:39 +0200 Patrick Mezard Merge with crew-stable
Sun, 15 Jun 2008 13:01:01 +0200 Patrick Mezard context: fix workingctx.fileflags() execute bit
Sat, 12 Apr 2008 21:34:01 +0200 Patrick Mezard Merge with crew-stable
Sat, 12 Apr 2008 21:08:03 +0200 Patrick Mezard context: handle untracked files in filectx.fileflags()
Fri, 04 Apr 2008 22:41:17 +0200 Paul Moore python 2.6 compatibility: add __hash__ to classes that have __eq__
Sun, 16 Mar 2008 06:10:47 -0300 Alexis S. L. Carvalho filectx.ancestor: use fctx._repopath to cache filelogs (issue1035)
Tue, 11 Mar 2008 17:42:29 -0500 Matt Mackall revlog: report node and file when lookup fails
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Sun, 06 Jan 2008 15:40:32 +0100 Patrick Mezard context: fix filectx.parents() bug introduced when editing 180a3eee4b75
Sat, 29 Dec 2007 17:11:48 +0300 Maxim Dounin Fix copies reporting in log and convert.
Sat, 29 Dec 2007 16:57:43 +0300 Maxim Dounin context: preserve changeset in filectx if we have one
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Wed, 28 Nov 2007 08:36:55 -0800 Bryan O'Sullivan make LookupError more detailed
Fri, 02 Nov 2007 14:44:33 -0700 Bryan O'Sullivan Fix context iterator.
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: make contents of "extra" dict available from sources, for sinks.
Sun, 07 Oct 2007 15:07:35 +0200 Patrick Mezard Fix workingctx exec/link bit of copies on non-supporting systems
Sat, 06 Oct 2007 17:54:33 +0200 Patrick Mezard Fix bad lambda prototype in workingctx.fileflags()
Fri, 05 Oct 2007 23:01:38 +0200 Patrick Mezard context: add fileflags() to avoid rebuilding manifests
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall context: add __contains__, __getitem__, and __iter__