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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -