log tests/test-hgweb-auth.py @ 45892:06b64fabf91c

age author description
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 29 Jan 2019 13:26:18 -0500 Augie Fackler tests: port test-hgweb-auth.py to Python 3
Fri, 16 Nov 2018 17:56:36 -0500 Matt Harbison http: allow 'auth.prefix' to have a username consistent with the URI
Thu, 10 May 2018 21:08:32 +0900 Yuya Nishihara stringutil: flip the default of pprint() to bprefix=False
Fri, 27 Apr 2018 13:46:54 -0400 Augie Fackler tests: use stringutil.pprint instead of custom dumper in test-hgweb-auth.py
Mon, 19 Feb 2018 21:18:52 +0530 Pulkit Goyal py3: use dict.items() instead of dict.iteritems() in tests