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
|
Tue, 22 Aug 2017 20:06:58 -0400 |
Augie Fackler |
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
|
Sat, 22 Oct 2016 14:35:10 +0900 |
Yuya Nishihara |
ui: factor out ui.load() to create a ui without loading configs (API)
|
Sun, 05 Jun 2016 23:36:23 +0200 |
liscju |
url: extract password database from password manager
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Tue, 05 Apr 2016 23:21:17 +0900 |
Yuya Nishihara |
test-hgweb-auth: stop direct symbol import of mercurial.error.Abort
|
Tue, 05 Apr 2016 23:20:04 +0900 |
Yuya Nishihara |
test-hgweb-auth: alias ui as uimod
|
Mon, 04 Apr 2016 01:31:21 +0300 |
Robert Stanca |
py3: use print_function in test-hgweb-auth.py
|
Mon, 04 Apr 2016 00:55:36 +0300 |
Robert Stanca |
py3: use absolute_import in test-hgweb-auth.py
|
Mon, 01 Jul 2013 20:48:56 +0200 |
Simon Heimberg |
cleanup: drop unused variables and an unused import
|
Fri, 05 Aug 2011 21:05:41 +0200 |
Patrick Mezard |
http: pass user to readauthforuri() (fix 4a43e23b8c55)
stable
|
Fri, 05 Aug 2011 21:05:40 +0200 |
Patrick Mezard |
http: strip credentials from urllib2 manager URIs (issue2885)
stable
|
Mon, 01 Aug 2011 23:58:50 +0200 |
Patrick Mezard |
hgweb: do not ignore [auth] if url has a username (issue2822)
stable 1.9.1
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Mon, 04 May 2009 20:26:27 +0200 |
Sune Foldager |
allow http authentication information to be specified in the configuration
|