- 02 Feb, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
Without this patch, the extension only works under Python 3.9 if you disable demandimport.
-
- 14 Jun, 2020 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 11 Nov, 2019 1 commit
-
-
Marcin Kasperski authored
-
- 10 Nov, 2019 4 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 22 Jun, 2019 1 commit
-
-
Marcin Kasperski authored
-
- 20 Jun, 2019 1 commit
-
-
Marcin Kasperski authored
-
- 17 Jun, 2019 1 commit
-
-
Marcin Kasperski authored
Reverting ui. change, it doesn't work after all (but uniformizing the way status entries are written)
-
- 16 Jun, 2019 1 commit
-
-
Marcin Kasperski authored
-
- 15 Jun, 2019 1 commit
-
-
Marcin Kasperski authored
-
- 03 Aug, 2018 3 commits
-
-
Marcin Kasperski authored
backend is not available), we don't crash mercurial, but emit warning and fallback to normal password handling.
-
Marcin Kasperski authored
Refreshing smtp monkeypatch to be a bit more like modern mercurials (in particular obligatory cert falidaton instead of cfg)
-
Marcin Kasperski authored
-
- 26 May, 2018 1 commit
-
-
Marcin Kasperski authored
-
- 18 Dec, 2016 1 commit
-
-
Marcin Kasperski authored
-
- 18 Nov, 2016 1 commit
-
-
ataumoefolau authored
-
- 29 Jul, 2016 1 commit
-
-
Henrik Stuart authored
From Mercurial version 3.9 (changed in 2c019aac6b99), the password manager no longer derives from HTTPPasswordMgrWithDefaultRealm where hgkeyring hooks in, but rather uses a password database on the password manager object.
-
- 12 Jun, 2016 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
The SSL API has received an overhaul for the upcoming 3.9 release, removing 'sslkwargs', among other things. This broke the keyring integration.
-
Dan Villiom Podlaski Christiansen authored
Saving passwords to the OS X keychain can fail, for example when running in an SSH session.
-
- 26 Apr, 2016 1 commit
-
-
Marcin Kasperski authored
before demandimport may strike.
-
- 24 Apr, 2016 1 commit
-
-
Sean Farley authored
-
- 10 Mar, 2016 4 commits
-
-
Marcin Kasperski authored
(if given path as parameter) Some message fixes (missing newline etc)
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 09 Mar, 2016 2 commits
-
-
Marcin Kasperski authored
Requires meu 1.2.0
-
Romain DEP. authored
inferrepo attributes in function mercurial_keyring broke against mercurial 3.8-dev (aa73d6a5d9ea), porting the extension to the @command decorator seem to be the most reasonable way forward.
-
- 21 Nov, 2015 4 commits
-
-
Marcin Kasperski authored
keyring logging now disables properly also on py2.6 (previously it kept warning about nonworking logging)
-
Marcin Kasperski authored
(to accomodate both configuration with http://someone@server.com and http://server.com)
-
Marcin Kasperski authored
from it before prefix matching. This resolves unclear situation with respect to .prefix-es. Currently (as far as mercurial_keyring is considered), prefixes (in .hgrc) should always be defined without username (albeit I am considering handling both)
-
Marcin Kasperski authored
-
- 20 Nov, 2015 1 commit
-
-
Marcin Kasperski authored
Normalized debug/status texts to start with 'keyring: ' (part started so, part from 'mercurial_keyring: ')
-
- 13 Nov, 2015 1 commit
-
-
Marcin Kasperski authored
-
- 12 Nov, 2015 3 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 11 Nov, 2015 1 commit
-
-
Marcin Kasperski authored
-