Wed, 13 Jul 2022 11:30:13 -0400 |
Matt Harbison |
typing: suppress a few pyi-errors with more recent pytype
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Mon, 21 Feb 2022 11:24:57 -0700 |
Gregory Szorc |
py3: use str instead of pycompat.unicode
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Tue, 03 Nov 2020 20:28:23 -0800 |
Martin von Zweigbergk |
hgweb: don't call sys.exit() in httpservice.run()
|
Tue, 03 Nov 2020 20:18:26 -0800 |
Martin von Zweigbergk |
httpservice: move sys.exit() out of serve_forever()
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 19 Apr 2019 14:26:32 +0000 |
Ludovic Chabant |
py3: properly reject non-encoded strings given to hgweb
|
Thu, 24 May 2018 09:56:28 +0000 |
Nicola Spanti |
serve: add option print-url
|
Fri, 13 Apr 2018 22:33:38 -0400 |
Augie Fackler |
hgweb: inform hgweb.hgweb() entrypoint that paths should be bytes
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
Sat, 14 Oct 2017 15:42:38 -0400 |
Augie Fackler |
hgweb: rewrite most obviously-native-strings to be native strings
|
Sat, 15 Oct 2016 14:09:36 +0900 |
Yuya Nishihara |
server: move service factory from hgweb
|
Sat, 15 Oct 2016 14:06:46 +0900 |
Yuya Nishihara |
hgweb: extract app factory
|
Sat, 31 Oct 2015 22:50:03 +0900 |
Yuya Nishihara |
hgweb: load server settings from --web-conf (issue4699)
|
Sat, 21 Nov 2015 13:28:12 +0900 |
Yuya Nishihara |
hgweb: make sure command options are set to all ui objects
|
Sat, 31 Oct 2015 22:26:50 +0900 |
Yuya Nishihara |
hgweb: eliminate duck-typing to select hgweb or hgwebdir by command option
|
Sat, 31 Oct 2015 22:15:16 +0900 |
Yuya Nishihara |
hgweb: extract factory function of httpservice object
|
Sat, 31 Oct 2015 21:57:45 +0900 |
Yuya Nishihara |
hgweb: move httpservice object from commands module
|
Sat, 31 Oct 2015 22:07:40 +0900 |
Yuya Nishihara |
hgweb: use absolute_import
|
Mon, 26 Apr 2010 11:03:40 -0500 |
Matt Mackall |
hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir
|
Mon, 26 Apr 2010 11:03:40 -0500 |
Matt Mackall |
hgweb: add baseui to hgweb entrypoint
|
Mon, 26 Apr 2010 11:03:40 -0500 |
Matt Mackall |
hgweb: make top-level prototypes mirror their callees
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Fri, 02 Jun 2006 08:05:01 -0700 |
Eric Hopper |
Fixing up comment headers for split up code.
|
Wed, 31 May 2006 10:42:44 -0700 |
Eric Hopper |
Final stage of the hgweb split up.
|
Wed, 31 May 2006 08:03:29 -0700 |
Eric Hopper |
Splitting up hgweb so it's easier to change.
|
Sat, 20 May 2006 15:34:19 -0300 |
Alexis S. L. Carvalho |
hgweb.manifest: revno of manifest and changelog aren't always the same
|
Thu, 18 May 2006 11:48:33 -0700 |
Eric Hopper |
Moving hgweb.py into it's own module in preparation for breaking it up.
base
mercurial/hgweb.py@a173ff3b4acc
|