##// END OF EJS Templates
TODO note about removing workaround
Marcin Kasperski -
r50:c25a78a8 default
parent child Browse files
Show More
@@ -175,6 +175,14 b' class PasswordHandler(object):'
175 Loading username and possibly password from [auth] in local
175 Loading username and possibly password from [auth] in local
176 repo .hgrc
176 repo .hgrc
177 """
177 """
178
179 # TODO: mercurial 1.4.2 is claimed to resolve this problem
180 # (thanks to: http://hg.xavamedia.nl/mercurial/crew/rev/fb45c1e4396f)
181 # so since this version workaround implemented below should
182 # not be necessary. As it will take some time until people
183 # migrate to >= 1.4.2, it would be best to implement
184 # workaround conditionally.
185
178 # Lines below unfortunately do not work, readauthtoken
186 # Lines below unfortunately do not work, readauthtoken
179 # always return None. Why? Because
187 # always return None. Why? Because
180 # ui (self.ui of passwordmgr) describes the *remote* repository, so
188 # ui (self.ui of passwordmgr) describes the *remote* repository, so
General Comments 0
You need to be logged in to leave comments. Login now