test-compat: merge stable into mercurial-4.7 mercurial-4.7
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Oct 2018 13:03:03 +0200
branchmercurial-4.7
changeset 4203 7ca5220df152
parent 4202 f555039d1a08 (current diff)
parent 4201 46cef25fbd96 (diff)
child 4204 2a7f89817540
child 4211 ec37b19460cc
test-compat: merge stable into mercurial-4.7
--- a/hgext3rd/pullbundle.py	Thu Oct 25 13:24:34 2018 +0200
+++ b/hgext3rd/pullbundle.py	Thu Oct 25 13:03:03 2018 +0200
@@ -92,7 +92,7 @@
 
 from mercurial.i18n import _
 
-__version__ = '0.1.0'
+__version__ = '0.1.1'
 testedwith = '4.4 4.5 4.6 4.7.1'
 minimumhgversion = '4.4'
 buglink = 'https://bz.mercurial-scm.org/'
@@ -480,7 +480,7 @@
         partdata = (cachedata, nbchanges, pversion)
     return _makepartfromstream(newpart, repo, *partdata)
 
-@command('^debugpullbundlecacheoverlap',
+@command('debugpullbundlecacheoverlap',
          [('', 'count', 100, _('of "client" pulling')),
           ('', 'min-cache', 1, _('minimum size of cached bundle')),
          ],