Download:
child 30:8db5c52046c7
parent 28:5ec22aeef122
29:8f03cd5eaace draft
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 14:40:59 +0800
plugin: describe the plugin

1 файлов изменено, 1 вставок(+), 2 удалений(-) [+]
plugin.py file | annotate | diff | comparison | revisions
--- a/plugin.py Wed Nov 21 20:44:49 2018 +0800
+++ b/plugin.py Thu Nov 22 14:40:59 2018 +0800
@@ -54,8 +54,7 @@
return (out.decode('utf-8'), err.decode('utf-8'))
class Mercurial(callbacks.Plugin):
- """Add the help for "@plugin help Mercurial" here
- This should describe *how* to use this plugin."""
+ """Goodies for #mercurial."""
threaded = True
def __init__(self, irc):