# HG changeset patch # User Marcin Kasperski # Date 2009-11-20 22:01:03 # Node ID 89cb440a628542c9ff4a43a70350f56a4cb7f39a # Parent e03b1ebc715bc008803707a9fd678ef93c6e9ee2 docs diff --git a/mercurial_keyring.py b/mercurial_keyring.py --- a/mercurial_keyring.py +++ b/mercurial_keyring.py @@ -7,7 +7,6 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. - """ ================= mercurial_keyring @@ -88,6 +87,13 @@ path and the username, but do not save t myremote.prefix = my.server.com/hgrepo myremote.username = mekk +Simpler form with url-embedded name can also be used: + +:: + + [paths] + bitbucket = https://User@bitbucket.org/User/project_name/ + Note: if both username and password are given in ``.hg/hgrc``, extension will use them without using the password database. If username is not given, extension will prompt for credentials every time, also without