log mercurial/context.py @ 5444:a0952e4e52eb

age author description
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__
Mon, 16 Jul 2007 17:39:03 -0500 Matt Mackall contexts: improve filectx eq test
Sun, 08 Jul 2007 19:46:04 +0200 FUJIWARA Katsunori Allow filectx.annotate to return the line number of first appearance.