Matt Mackall <mpm@selenic.com> [Mon, 02 Oct 2006 15:28:44 -0500] rev 3216
context: simplify repr methods
Matt Mackall <mpm@selenic.com> [Mon, 02 Oct 2006 15:17:59 -0500] rev 3215
contexts: use __getattr__ rather than try/except in changectx
Matt Mackall <mpm@selenic.com> [Mon, 02 Oct 2006 15:02:28 -0500] rev 3214
context: make filectx remember changectx in changectx.filectx
Matt Mackall <mpm@selenic.com> [Mon, 02 Oct 2006 14:23:38 -0500] rev 3213
Make filectx lazier
Lazy opening of filelog, lazy lookup of filenode and changeid
Matt Mackall <mpm@selenic.com> [Mon, 02 Oct 2006 12:06:33 -0500] rev 3212
merge: remove old merge function
Matt Mackall <mpm@selenic.com> [Mon, 02 Oct 2006 12:04:48 -0500] rev 3211
merge: extend file merge function for renames
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 30 Sep 2006 15:15:59 +0200] rev 3210
correctly find the type of 'id' in revlog.lookup
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 30 Sep 2006 12:34:31 +0200] rev 3209
merged brendan's hgweb cleanups
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 16:26:09 -0700] rev 3208
hgweb: teach siblings and callers to use contexts
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 16:26:09 -0700] rev 3207
Add lookup method to filectx