diff hgext3rd/pullbundle.py @ 4175:03c3206f44f3 stable

pullbundle: document working version and update changelog to mention it
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 12 Oct 2018 16:25:06 +0200
parents 4abec3a1208f
children 45d4b49d81d9
line wrap: on
line diff
--- a/hgext3rd/pullbundle.py	Fri Oct 12 15:37:22 2018 +0200
+++ b/hgext3rd/pullbundle.py	Fri Oct 12 16:25:06 2018 +0200
@@ -93,8 +93,8 @@
 from mercurial.i18n import _
 
 __version__ = '0.1.0.dev'
-testedwith = '4.7.1'
-# minimumhgversion = ''
+testedwith = '4.4 4.5 4.6 4.7.1'
+minimumhgversion = '4.4'
 buglink = 'https://bz.mercurial-scm.org/'
 
 cmdtable = {}