##// END OF EJS Templates
Add help text to output for hg help.
Levi Bard -
r92:1068018d default
parent child Browse files
Show More
@@ -9,6 +9,14 b''
9 #
9 #
10 # See README.txt for more details.
10 # See README.txt for more details.
11
11
12 ''' securely save HTTP and SMTP authentication details
13 mercurial_keyring is a Mercurial extension used to securely save
14 HTTP and SMTP authentication passwords in password databases (Gnome
15 Keyring, KDE KWallet, OSXKeyChain, specific solutions for Win32 and
16 command line). This extension uses and wraps services of the keyring
17 library.
18 '''
19
12 from mercurial import hg, repo, util
20 from mercurial import hg, repo, util
13 from mercurial.i18n import _
21 from mercurial.i18n import _
14 try:
22 try:
General Comments 0
You need to be logged in to leave comments. Login now