log

age author description
Tue, 30 Aug 2005 21:58:44 +0200 Vincent Wagelaar Make sure the repository names don't have slashes at the at or else in some
Tue, 30 Aug 2005 18:23:39 +0200 Vincent Wagelaar Saving sys.argv and sys.stderr is not needed anymore
Wed, 31 Aug 2005 11:58:15 -0700 jdc Fix mercurial.el help.
Wed, 31 Aug 2005 11:56:58 -0700 jdc Adjust hg-strip and hg-chomp regexps.
Wed, 31 Aug 2005 11:19:20 -0700 Bryan O'Sullivan hg serve: print a more useful error message if server can't start.
Wed, 31 Aug 2005 10:54:46 -0700 Bryan O'Sullivan Merge with TAH.
Wed, 31 Aug 2005 10:54:00 -0700 Bryan O'Sullivan Emacs: fix invocations of "hg log" to match current behaviour of log.
Wed, 31 Aug 2005 09:01:41 +0200 Thomas Arendsen Hein Added missing 'import errno', and use errno for EPIPE, too.
Wed, 31 Aug 2005 08:40:55 +0200 Thomas Arendsen Hein Merged changes.
Wed, 31 Aug 2005 08:38:34 +0200 Thomas Arendsen Hein Use path relative to document root as reponame if published via a web server.
Tue, 30 Aug 2005 23:16:15 -0700 Bryan O'Sullivan Sort items in each hgrc section. Add web/description.
Wed, 31 Aug 2005 07:25:02 +0200 Thomas Arendsen Hein Make .hg/hgrc optional for repositories published by hgwebdir.
Tue, 30 Aug 2005 21:26:27 +0200 Thomas Arendsen Hein Reverted changeset e254bcbfe636e97301f76c7da241b07be14f3d36
Tue, 30 Aug 2005 19:42:58 +0200 Thomas Arendsen Hein Fixed two tests to run with bourne shell.
Tue, 30 Aug 2005 19:32:11 +0200 Thomas Arendsen Hein Added FIXME output to test-grep so the test will not fail.
Tue, 30 Aug 2005 19:17:05 +0200 Thomas Arendsen Hein Added test case for zip/gz/bz2 archive downloads.
Tue, 30 Aug 2005 19:12:17 +0200 Thomas Arendsen Hein Fixed import needed to serve zip files which broke because of other changes.
Tue, 30 Aug 2005 18:10:20 +0200 Thomas Arendsen Hein Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
Tue, 30 Aug 2005 16:36:29 +0200 Vincent Wagelaar Don't need to save sys.stdin and sys.stdout anymore
Tue, 30 Aug 2005 16:33:04 +0200 Vincent Wagelaar Use local generated env instead of os.environ
Tue, 30 Aug 2005 16:25:46 +0200 Vincent Wagelaar Fix hg serve...
Tue, 30 Aug 2005 14:52:58 +0100 Vincent Wagelaar Fix TypeError
Tue, 30 Aug 2005 10:57:52 +0200 Vincent Wagelaar Change use of global sys.stdout, sys.stdin os.environ to a hgrequest object.
Tue, 30 Aug 2005 11:22:29 +0200 TK Soh Regenerate tcsh_completion after bugfix in generator script
Tue, 30 Aug 2005 11:17:20 +0200 TK Soh tcsh_completion_build.sh: fixed error caused by xargs on Linux
Tue, 30 Aug 2005 11:16:31 +0200 TK Soh Add tcsh_completion to contrib
Tue, 30 Aug 2005 11:16:31 +0200 TK Soh Add contrib script for generating tcsh completion source
Mon, 29 Aug 2005 12:15:37 -0700 bos patchbomb: fix up confusion between strings and lists of strings.
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: try to use bash3 features if they're available
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: small cleanup and bugfix
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho teach bash_completion about --cwd
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: better handling of aliases
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: update for new help output format
Mon, 29 Aug 2005 11:28:48 -0700 bos Add test-grep.out file for now.
Mon, 29 Aug 2005 10:31:41 -0700 bos Merge with TAH.
Mon, 29 Aug 2005 10:05:49 -0700 bos grep: extend functionality, add man page entry, add unit test.
Mon, 29 Aug 2005 08:24:06 -0700 Bryan O'Sullivan grep: change default to printing first matching rev.
Mon, 29 Aug 2005 07:42:46 +0200 Thomas Arendsen Hein Documented passing list or dict instead of config file in hgwebdir.cgi
Mon, 29 Aug 2005 07:39:01 +0200 Thomas Arendsen Hein Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
Mon, 29 Aug 2005 07:34:35 +0200 Thomas Arendsen Hein Cleaned up hgweb.hgwebdir.run()
Mon, 29 Aug 2005 07:28:39 +0200 Thomas Arendsen Hein Use ConfigParser only in hgwebdir.__init__()
Mon, 29 Aug 2005 07:19:02 +0200 Thomas Arendsen Hein Don't create repo objects in hgwebdir, ui object is enough.
Mon, 29 Aug 2005 07:07:07 +0200 Thomas Arendsen Hein Reverted change 51f26e856f3d: Reading changelogs is too slow.
Sun, 28 Aug 2005 19:50:13 +0200 Thomas Arendsen Hein Use commit time instead of stat to check time of last change.
Sun, 28 Aug 2005 19:18:39 +0200 Ollivier Robert Remove the link from the template as there no real way to have it always be correct.
Sun, 28 Aug 2005 18:53:43 +0200 Thomas Arendsen Hein Make diffstat optional for patchbomb script.
Sun, 28 Aug 2005 18:52:55 +0200 Thomas Arendsen Hein Variable 'body' was missing in patchbomb script.
Sun, 28 Aug 2005 18:30:40 +0200 Thomas Arendsen Hein Adjusted test-hup for generated .hg/hgrc
Sun, 28 Aug 2005 18:27:24 +0200 Thomas Arendsen Hein Create [web] section with short username as contact on hg init and hg clone.
Sun, 28 Aug 2005 18:13:28 +0200 Thomas Arendsen Hein Completed renaming author to contact in hgwebdir:
Sun, 28 Aug 2005 17:55:15 +0200 Thomas Arendsen Hein Create repository objects instead of using own ConfigParser in hgwebdir.
Sun, 28 Aug 2005 17:53:37 +0200 Thomas Arendsen Hein Longer variable names in hgwebdir: l->repos, v->name, r->path
Sun, 28 Aug 2005 17:29:28 +0200 Thomas Arendsen Hein Move generating short username to display in hg/hgweb annotate to ui module.
Sun, 28 Aug 2005 16:41:16 +0200 Thomas Arendsen Hein Fixed test-static-http with http_proxy variable set.
Sun, 28 Aug 2005 16:37:24 +0200 Thomas Arendsen Hein Fixed test-copy2 with only looking at copied files.
Sun, 28 Aug 2005 16:24:04 +0200 Thomas Arendsen Hein Changed printing of copies in hg debugstate to: "copy: source -> dest"
Sat, 27 Aug 2005 23:45:27 -0700 Ollivier Robert Add RSS link to the repository index.
Sat, 27 Aug 2005 23:44:26 -0700 Ollivier Robert Add the template.
Sat, 27 Aug 2005 23:44:15 -0700 Ollivier Robert Use a template for the error message.
Sat, 27 Aug 2005 23:44:02 -0700 Ollivier Robert Use .has_option to avoid the unknown Exception.