Wed, 21 Sep 2005 07:56:19 +0200 |
Thomas Arendsen Hein |
Cleanup of tabs and trailing spaces.
|
Sun, 18 Sep 2005 14:07:02 -0700 |
Florian La Roche |
Fix cut and paste error in hgweb.py
|
Thu, 15 Sep 2005 14:05:48 -0500 |
mpm |
hgweb: use ui:username rather than web:contact
|
Thu, 08 Sep 2005 10:49:33 -0700 |
mpm |
hgweb: fix scope for RepoError
|
Thu, 08 Sep 2005 00:13:52 -0700 |
mpm |
Add missing import for hgwebdir
|
Wed, 07 Sep 2005 23:13:12 -0700 |
mpm |
Clean up hgweb imports
|
Wed, 07 Sep 2005 20:05:22 -0700 |
mpm |
Revert silly TypeError change
|
Thu, 01 Sep 2005 07:41:32 -0700 |
Edouard Gomez |
Output Content-encoding for tar.gz and tar.bz2 snapshots
|
Wed, 31 Aug 2005 21:07:36 +0200 |
Thomas Arendsen Hein |
Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
|
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 09:01:41 +0200 |
Thomas Arendsen Hein |
Added missing 'import errno', and use errno for EPIPE, too.
|
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.
|
Wed, 31 Aug 2005 07:25:02 +0200 |
Thomas Arendsen Hein |
Make .hg/hgrc optional for repositories published by hgwebdir.
|
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 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.
|
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 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.
|