log mercurial/context.py @ 4206:0b48e3985765

age author description
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
Fri, 23 Feb 2007 17:31:00 +0100 Thomas Arendsen Hein Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: use is_link wherever is_exec is used
Fri, 29 Dec 2006 20:04:30 -0600 Matt Mackall exec: add execfunc to simplify exec flag support on non-exec filesystems
Mon, 25 Dec 2006 18:57:55 +0100 Benoit Boissinot context: create a filectxt with filelog reuse