log mercurial/context.py @ 5148:a04694e08775

age author description
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.
Thu, 05 Jul 2007 13:34:18 -0500 Matt Mackall merge: make test for fast-forward merge stricter (issue619)
Thu, 21 Jun 2007 11:42:39 -0500 Matt Mackall context: add tags() method
Wed, 20 Jun 2007 00:22:51 +0200 Patrick Mezard Merge with crew-stable
Wed, 20 Jun 2007 00:10:21 +0200 Patrick Mezard Fix issue 589: "undelete" sequence leads to crash.
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 08 May 2007 11:42:48 -0500 Matt Mackall Merge with stable
Mon, 07 May 2007 22:30:36 -0500 Matt Mackall context: fix workingfilectx._changectx
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
Tue, 13 Mar 2007 18:50:02 -0500 Matt Mackall Move branch read/write to dirstate where it belongs
Tue, 13 Mar 2007 15:47:55 -0500 Matt Mackall Minor default branch cleanups
Tue, 13 Mar 2007 15:02:33 -0300 Alexis S. L. Carvalho "default" is the default branch name
Mon, 26 Feb 2007 21:57:33 +0100 Thomas Arendsen Hein Use only integer part of mtime in workingfilectx.date(), fixes test-context.py