sapling/mercurial/hgweb
Pierre-Yves David 30913031d4 error: get Abort from 'error' instead of 'util'
The home of 'Abort' is 'error' not 'util' however, a lot of code seems to be
confused about that and gives all the credit to 'util' instead of the
hardworking 'error'. In a spirit of equity, we break the cycle of injustice and
give back to 'error' the respect it deserves. And screw that 'util' poser.

For great justice.
2015-10-08 12:55:45 -07:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: remove ErrorResponse.message 2015-09-08 14:56:29 -04:00
hgweb_mod.py urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
hgwebdir_mod.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
protocol.py wireproto: introduce an abstractserverproto class 2014-03-28 11:10:33 -07:00
request.py hgweb: remove ErrorResponse.message 2015-09-08 14:56:29 -04:00
server.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
webcommands.py hgweb: move archive related attributes to requestcontext 2015-08-22 15:12:52 -07:00
webutil.py hgweb: extract web substitutions table generation to own function 2015-08-22 15:40:33 -07:00
wsgicgi.py hgweb.cgi: fix internal WSGI emulation (issue3804) 2013-02-04 23:25:25 +01:00