Mercurial authentication caching? -


my mercurial server requires https authentication pulls. how can cache authentication information on client without exposing plain-text password on disk?

i'm looking using sudo mercurial , ssh authentication https.

have explored mercurial keyring?

it supports https , comes bundled latest version of tortoisehg. if don't have tortoisehg, can install other extension (although recommend tortoisehg if you're windows user).


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -