##// END OF EJS Templates
docs
Marcin Kasperski -
r14:89cb440a default
parent child Browse files
Show More
@@ -7,7 +7,6 b''
7 # This software may be used and distributed according to the terms
7 # This software may be used and distributed according to the terms
8 # of the GNU General Public License, incorporated herein by reference.
8 # of the GNU General Public License, incorporated herein by reference.
9
9
10
11 """
10 """
12 =================
11 =================
13 mercurial_keyring
12 mercurial_keyring
@@ -88,6 +87,13 b' path and the username, but do not save t'
88 myremote.prefix = my.server.com/hgrepo
87 myremote.prefix = my.server.com/hgrepo
89 myremote.username = mekk
88 myremote.username = mekk
90
89
90 Simpler form with url-embedded name can also be used:
91
92 ::
93
94 [paths]
95 bitbucket = https://User@bitbucket.org/User/project_name/
96
91 Note: if both username and password are given in ``.hg/hgrc``, extension
97 Note: if both username and password are given in ``.hg/hgrc``, extension
92 will use them without using the password database. If username is not
98 will use them without using the password database. If username is not
93 given, extension will prompt for credentials every time, also without
99 given, extension will prompt for credentials every time, also without
General Comments 0
You need to be logged in to leave comments. Login now