Mercurial > hg
log tests/test-hgweb-auth.py @ 36339:a4d41ba4ad23
age | author | description |
---|---|---|
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 |