DrTrigon has submitted this change and it was merged.
Change subject: add url/link which points to more info about installation and patch ......................................................................
add url/link which points to more info about installation and patch
Change-Id: I44550cc294d2762d1ea5285221cd23221ba80d75 --- M externals/__init__.py 1 file changed, 3 insertions(+), 1 deletion(-)
Approvals: DrTrigon: Verified; Looks good to me, approved
diff --git a/externals/__init__.py b/externals/__init__.py index e7db1c4..3bb6677 100644 --- a/externals/__init__.py +++ b/externals/__init__.py @@ -203,7 +203,9 @@ " automatically install it." " If you say Yes, externals will need administrator" " privileges, and you might be asked for the administrator" - " password.") + " password. For more info, please confer:\n" + " http://www.mediawiki.org/wiki/Manual:Pywikipediabot/" + "Installation#Dependencies") lowlevel_warning("Give externals permission to try to install package?" " (y/N)") v = raw_input().upper()
pywikibot-commits@lists.wikimedia.org