Sun, 01 Oct 2006 13:44:08 -0700 Make filectx.__init__ use LookupError
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 13:44:08 -0700] rev 3219
Make filectx.__init__ use LookupError
Sun, 01 Oct 2006 12:56:58 -0700 hgweb: add methods to get contexts from request
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 12:56:58 -0700] rev 3218
hgweb: add methods to get contexts from request
Sun, 01 Oct 2006 12:42:50 -0700 Raise LookupError in changectx.filectx if filenode can't be found
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 12:42:50 -0700] rev 3217
Raise LookupError in changectx.filectx if filenode can't be found
Sun, 01 Oct 2006 11:58:55 -0700 Add hg.LookupError
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 11:58:55 -0700] rev 3216
Add hg.LookupError
Sun, 01 Oct 2006 19:26:33 +0200 Whitespace/Tab cleanup
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Oct 2006 19:26:33 +0200] rev 3215
Whitespace/Tab cleanup
Thu, 21 Sep 2006 21:24:53 +0200 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr> [Thu, 21 Sep 2006 21:24:53 +0200] rev 3214
Add gitweb style hgwebdir
Thu, 21 Sep 2006 21:24:26 +0200 Add style support to hgwebdir
Edouard Gomez <ed.gomez@free.fr> [Thu, 21 Sep 2006 21:24:26 +0200] rev 3213
Add style support to hgwebdir
Sat, 30 Sep 2006 21:32:29 -0700 hgweb: use contexts in more handlers
Brendan Cully <brendan@kublai.com> [Sat, 30 Sep 2006 21:32:29 -0700] rev 3212
hgweb: use contexts in more handlers
Sat, 30 Sep 2006 20:56:26 -0700 filelog.annotate is now obsolete
Brendan Cully <brendan@kublai.com> [Sat, 30 Sep 2006 20:56:26 -0700] rev 3211
filelog.annotate is now obsolete
Sat, 30 Sep 2006 15:15:59 +0200 correctly find the type of 'id' in revlog.lookup
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
Sat, 30 Sep 2006 12:34:31 +0200 merged brendan's hgweb cleanups
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 30 Sep 2006 12:34:31 +0200] rev 3209
merged brendan's hgweb cleanups
Fri, 29 Sep 2006 16:26:09 -0700 hgweb: teach siblings and callers to use contexts
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 16:26:09 -0700] rev 3208
hgweb: teach siblings and callers to use contexts
Fri, 29 Sep 2006 16:26:09 -0700 Add lookup method to filectx
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 16:26:09 -0700] rev 3207
Add lookup method to filectx
Fri, 29 Sep 2006 16:26:09 -0700 hgweb: kill off #filenode#
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 16:26:09 -0700] rev 3206
hgweb: kill off #filenode#
Fri, 29 Sep 2006 16:26:09 -0700 hgweb: kill #manifest#
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 16:26:09 -0700] rev 3205
hgweb: kill #manifest#
Sat, 30 Sep 2006 10:29:57 +0200 Remove duplicate walkopts + dryrunopts from addremove.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 30 Sep 2006 10:29:57 +0200] rev 3204
Remove duplicate walkopts + dryrunopts from addremove.
Sat, 30 Sep 2006 09:46:03 +0200 Merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 30 Sep 2006 09:46:03 +0200] rev 3203
Merge with upstream
Fri, 29 Sep 2006 17:50:59 -0500 merge: minor nullid cleanup
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 17:50:59 -0500] rev 3202
merge: minor nullid cleanup
Fri, 29 Sep 2006 17:47:51 -0500 context: add __nonzero__ methods
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 17:47:51 -0500] rev 3201
context: add __nonzero__ methods
Fri, 29 Sep 2006 16:39:38 -0500 merge: use repo.parents and parent contexts in update
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 16:39:38 -0500] rev 3200
merge: use repo.parents and parent contexts in update
Fri, 29 Sep 2006 16:29:44 -0500 Add str methods to contexts
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 16:29:44 -0500] rev 3199
Add str methods to contexts
Fri, 29 Sep 2006 16:01:46 -0500 Add equality operators to changectx and filectx
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 16:01:46 -0500] rev 3198
Add equality operators to changectx and filectx
Fri, 29 Sep 2006 15:56:36 -0500 localrepo.parents: return null context for no parents
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 15:56:36 -0500] rev 3197
localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Add localrepo.parents to get parent changectxs.
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 15:48:16 -0500] rev 3196
Add localrepo.parents to get parent changectxs.
Sat, 30 Sep 2006 09:39:44 +0200 Remove unneeded (and bashismic) export HGMERGE=true.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 30 Sep 2006 09:39:44 +0200] rev 3195
Remove unneeded (and bashismic) export HGMERGE=true.
Fri, 29 Sep 2006 18:17:29 -0700 Templater expects an iterable copies variable (fixes notify).
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 18:17:29 -0700] rev 3194
Templater expects an iterable copies variable (fixes notify).
Thu, 28 Sep 2006 21:00:01 +0100 Remove single character equivalent of --nodates (was -D)
Stephen Darnell <stephen@darnell.plus.com> [Thu, 28 Sep 2006 21:00:01 +0100] rev 3193
Remove single character equivalent of --nodates (was -D)
Tue, 26 Sep 2006 00:05:24 +0100 Add -D/--nodates options to hg diff/export that removes dates from diff headers
Stephen Darnell <stephen@darnell.plus.com> [Tue, 26 Sep 2006 00:05:24 +0100] rev 3192
Add -D/--nodates options to hg diff/export that removes dates from diff headers and replace uses of sed in the tests with --nodates.
Fri, 29 Sep 2006 23:14:22 +0200 Documentation clarification for --update option to pull and unbundle
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 23:14:22 +0200] rev 3191
Documentation clarification for --update option to pull and unbundle
Fri, 29 Sep 2006 13:01:19 -0700 Show copies in hg log.
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 13:01:19 -0700] rev 3190
Show copies in hg log. The format is: copies: destination (source)...
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip