log

age author description
Sun, 08 Jul 2007 19:46:04 +0200 FUJIWARA Katsunori Allow filectx.annotate to return the line number of first appearance.
Sun, 08 Jul 2007 13:44:41 +0200 Thomas Arendsen Hein Check for conflict markers in hgmerge (issue471)
Sun, 08 Jul 2007 12:59:58 +0200 Thomas Arendsen Hein merge with crew-stable
Sun, 08 Jul 2007 09:54:42 +0200 Thomas Arendsen Hein Removed deprecated hg:// and old-http:// protocols (issue406)
Sat, 07 Jul 2007 21:55:56 -0700 Brendan Cully hgwebdir: check for repo foo before browsing subdirectories of foo/
Sat, 07 Jul 2007 15:09:28 -0700 Brendan Cully Merge with crew
Sat, 07 Jul 2007 15:09:08 -0700 Brendan Cully hgweb: browse subdirectories before checking whether parent directory is also a repository
Sat, 07 Jul 2007 20:52:31 +0200 Thomas Arendsen Hein Use a prefix for debuginstall tempfiles.
Fri, 06 Jul 2007 10:29:09 -0700 Brendan Cully python 2.3 does not have sorted
Fri, 06 Jul 2007 10:22:22 -0700 Brendan Cully Sort changelog extra dict to avoid possible nondeterminism
Fri, 06 Jul 2007 10:11:48 -0700 Brendan Cully Last change broke new-style URLs
Fri, 06 Jul 2007 09:15:17 -0700 Brendan Cully hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.
Fri, 06 Jul 2007 08:55:36 +0200 Thomas Arendsen Hein merge with crew-stable
Thu, 05 Jul 2007 19:56:16 -0700 Brendan Cully hgwebdir: show only trailing part of path when browsing subdirectories
Thu, 05 Jul 2007 19:47:04 -0700 Brendan Cully gitweb: add notfound template
Thu, 05 Jul 2007 19:44:06 -0700 Brendan Cully hgweb: let hgwebdir browse subdirectories
Thu, 05 Jul 2007 16:14:01 -0700 Brendan Cully convert: svn code movement (no actual changes)
Thu, 05 Jul 2007 15:01:31 -0700 Brendan Cully convert: svn: avoid parsing already-seen logentries due to branch following
Thu, 05 Jul 2007 14:32:18 -0700 Brendan Cully Merge with main
Thu, 05 Jul 2007 14:31:13 -0700 Brendan Cully convert: svn: some improvements in memory usage
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho archive: make the %r escape work.
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho serve: respect settings from .hg/hgrc
Sat, 12 May 2007 00:41:30 +0200 Edouard Gomez Fix inconsistency for the stream_out capability in hgweb
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho improve warning for hg add foo; hg mv foo bar
Wed, 11 Jul 2007 18:15:21 -0300 Alexis S. L. Carvalho util._hgexecutable: default to 'hg'
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho archive: add symlink support
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho archive: use util.opener when archiving files.
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho localrepo.wwrite: use opener.symlink
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho Add symlink method to util.opener.
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho turn util.opener into a class