log

age author description
Fri, 01 Apr 2011 12:14:42 +0200 Martin Geisler patchbomb, help/hgweb: do not refer to config files as hgrc files stable
Fri, 01 Apr 2011 12:09:11 +0200 Martin Geisler bugzilla: refer to hgrc(5) man page with normal notation
Fri, 01 Apr 2011 12:07:37 +0200 Martin Geisler bugzilla: markup section names as literal text
Fri, 01 Apr 2011 12:05:19 +0200 Martin Geisler bugzilla: show usermap syntax more clearly
Fri, 01 Apr 2011 12:03:23 +0200 Martin Geisler bugzilla: use standard section.name notation
Fri, 01 Apr 2011 12:00:57 +0200 Martin Geisler bugzilla: prefix each config option with section
Fri, 01 Apr 2011 11:59:18 +0200 Martin Geisler bugzilla: fix reStructuredText errors introduced in 60256f7f30c1
Thu, 31 Mar 2011 15:24:06 -0500 Matt Mackall changegroup: introduce bundler objects
Thu, 31 Mar 2011 14:25:26 -0500 Matt Mackall changegroup: combine lookup functions
Thu, 31 Mar 2011 13:56:05 -0500 Matt Mackall changegroup: unnest flookup
Thu, 31 Mar 2011 12:04:54 -0500 Matt Mackall changegroup: unnest clookup and mlookup like changegroupsubset
Thu, 31 Mar 2011 10:43:53 -0500 Matt Mackall url: nuke some newly-introduced underbars in identifiers
Wed, 30 Mar 2011 20:03:05 -0700 Brodie Rao url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
Wed, 30 Mar 2011 20:02:17 -0700 Brodie Rao url: use url.url in ui.expandpath()
Wed, 30 Mar 2011 20:02:09 -0700 Brodie Rao hg: use url.url to parse branch names in parseurl()
Wed, 30 Mar 2011 20:02:07 -0700 Brodie Rao hg: look up schemes using url.url
Wed, 30 Mar 2011 20:01:47 -0700 Brodie Rao schemes: prevent one letter schemes from being interpreted as drive letters
Wed, 30 Mar 2011 20:01:46 -0700 Brodie Rao hgweb: use url.url when setting CGI environment variables
Wed, 30 Mar 2011 20:01:44 -0700 Brodie Rao url: use url.url in proxyhandler
Wed, 30 Mar 2011 20:01:35 -0700 Brodie Rao httprepo/sshrepo: use url.url
Wed, 30 Mar 2011 20:01:34 -0700 Brodie Rao url: use url.url in url.open()
Wed, 30 Mar 2011 20:01:31 -0700 Brodie Rao url: abort on file:// URLs with non-localhost hosts
Wed, 30 Mar 2011 20:00:24 -0700 Brodie Rao url: special case bundle URL parsing to preserve backwards compatibility
Wed, 30 Mar 2011 20:00:23 -0700 Brodie Rao url: add trailing slashes to URLs with hostnames that don't have one
Wed, 30 Mar 2011 19:50:56 -0700 Brodie Rao url: move drive letter checking into has_drive_letter() for extensions
Thu, 31 Mar 2011 10:03:24 -0500 Matt Mackall changegroup: unnest some lookup functions
Thu, 31 Mar 2011 09:59:56 -0500 Matt Mackall changegroup: minor ordering and renaming changes for similarity
Thu, 31 Mar 2011 09:56:27 -0500 Matt Mackall changegroup: remove nodeiter temporary
Wed, 30 Mar 2011 17:50:34 -0500 Matt Mackall changegroup: refactor prune as a filter
Wed, 30 Mar 2011 17:50:27 -0500 Matt Mackall changegroup: add first logic to send file header