##// END OF EJS Templates
Some docs added
Marcin Kasperski -
r32:0f1b184b 0.3.1 default
parent child Browse files
Show More
@@ -160,6 +160,11 b' The extension is monkey-patching the mer'
160 160 replace the find_user_password method. Detailed order of operations
161 161 is described in the comments inside the code.
162 162
163 Development
164 ===========
165
166 Development is tracked on http://bitbucket.org/Mekk/mercurial_keyring/
167
163 168 """
164 169
165 170 from mercurial import hg, repo, util
@@ -7,7 +7,7 b' except ImportError:'
7 7
8 8 setup(
9 9 name = "mercurial_keyring",
10 version = '0.3.0',
10 version = '0.3.1',
11 11 author = 'Marcin Kasperski',
12 12 author_email = 'Marcin.Kasperski@mekk.waw.pl',
13 13 url = 'http://mekk.waw.pl',
General Comments 0
You need to be logged in to leave comments. Login now