log

age author description
Sat, 21 Oct 2006 20:51:24 +0200 Thomas Arendsen Hein Fix "templater object got multiple values for keyword argument 'motd'"
Sat, 21 Oct 2006 20:19:46 +0200 Thomas Arendsen Hein Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thu, 19 Oct 2006 16:15:01 -0700 Brendan Cully gitweb: add revision numbers to annotate changeset links
Thu, 19 Oct 2006 16:12:43 -0700 Brendan Cully gitweb: add revision numbers to filerevision changeset links
Thu, 19 Oct 2006 15:58:43 -0700 Brendan Cully hgweb: add revision numbers to changeset parent/child links
Thu, 19 Oct 2006 16:55:34 +0200 Benoit Boissinot fix errors spotted by pychecker
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Thu, 19 Oct 2006 14:03:41 +0200 Benoit Boissinot use xrange instead of range
Thu, 19 Oct 2006 13:00:02 +0200 Thomas Arendsen Hein Corrected SSH configuration example in pull help.
Thu, 19 Oct 2006 10:23:27 +0200 Benoit Boissinot revlog.children: use parentrevs instead of parents
Wed, 18 Oct 2006 18:47:50 -0300 Alexis S. L. Carvalho Don't use test -e in tests - sh doesn't like it on Solaris
Wed, 18 Oct 2006 18:44:23 -0300 Alexis S. L. Carvalho Update tests output
Wed, 18 Oct 2006 14:24:38 -0700 Brendan Cully Add --rev option to status
Wed, 18 Oct 2006 22:24:03 +0200 Benoit Boissinot makes username mandatory
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully patch: return list of modified files even when an exception is raised
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully mq: test case for issue399
Wed, 18 Oct 2006 18:10:21 +0200 Thomas Arendsen Hein Extended templating test for new branches and extra changeset info.
Wed, 18 Oct 2006 18:09:32 +0200 Thomas Arendsen Hein Added extra changeset info to templater and map-cmdline.default.
Wed, 18 Oct 2006 17:58:51 +0200 Thomas Arendsen Hein Add new branch info to templater and use it in map-cmdline.default.
Wed, 18 Oct 2006 12:26:12 +0200 Thomas Arendsen Hein Don't show empty list of files in hg log -v.
Wed, 18 Oct 2006 12:17:02 +0200 Thomas Arendsen Hein Adjust default cmdline style to really match verbose/debug log.
Wed, 18 Oct 2006 11:55:32 +0200 Thomas Arendsen Hein Show extra changeset info for log/tip/heads/... --debug
Mon, 23 Oct 2006 17:12:20 -0500 Matt Mackall localrepo: add separate methods for manipulating repository data
Wed, 18 Oct 2006 22:38:23 -0500 Matt Mackall Minor tags optimization
Wed, 18 Oct 2006 14:14:59 -0500 Matt Mackall Use file contexts in tags code
Wed, 18 Oct 2006 14:06:48 -0500 Matt Mackall filecontext: report False for missing files
Wed, 18 Oct 2006 11:44:56 -0500 Matt Mackall Only look up tags and branches as a last resort
Wed, 18 Oct 2006 10:46:51 -0500 Matt Mackall If we can't write the branch cache, fail quietly.
Wed, 18 Oct 2006 10:35:14 +0200 Thomas Arendsen Hein Add test for invalid branch cache (fixed by 27ebe4efe98e)
Wed, 18 Oct 2006 09:26:23 +0200 Benoit Boissinot invalidate the branch cache when sanity check fails