pullbundle: add basic extension metadata
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 24 Sep 2018 00:51:39 +0200
changeset 4135 47f1d7b4305d
parent 4134 ab77f37fedf3
child 4136 be3a94d3105f
pullbundle: add basic extension metadata
hgext3rd/pullbundle.py
--- a/hgext3rd/pullbundle.py	Mon Sep 24 00:28:10 2018 +0200
+++ b/hgext3rd/pullbundle.py	Mon Sep 24 00:51:39 2018 +0200
@@ -83,6 +83,11 @@
 
 from mercurial.i18n import _
 
+__version__ = '0.1.0.dev'
+testedwith = '4.7.1'
+# minimumhgversion = ''
+buglink = 'https://bz.mercurial-scm.org/'
+
 configtable = {}
 configitem = registrar.configitem(configtable)