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.
|
Sat, 27 Aug 2005 23:43:13 -0700 |
Ollivier Robert |
NoOptionError is unknown there.
|
Sat, 27 Aug 2005 23:43:08 -0700 |
Ollivier Robert |
Handle a nonexistent repository with a 404 error.
|
Sat, 27 Aug 2005 23:42:51 -0700 |
roberto |
Protect against unknown repositories.
|
Sat, 27 Aug 2005 23:10:49 -0700 |
mpm |
patchbomb: eliminate silly complete summary message
|
Sat, 27 Aug 2005 22:04:17 -0700 |
mpm |
fix some rename/copy bugs
|
Sat, 27 Aug 2005 20:58:53 -0700 |
mpm |
Add some rename debugging support
|
Sat, 27 Aug 2005 20:42:53 -0700 |
mpm |
bash_completion: add debugindex and debugdata support
|