changeset 4201:46cef25fbd96 stable

pullbundle: drop erroneous flagging of the command as basic This is a debug command, not a basic part of the UI.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 25 Oct 2018 10:01:58 +0200
parents 3a90986622f7
children 7ca5220df152 7d4c80c3f386 aa9f33078157
files hgext3rd/pullbundle.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/pullbundle.py	Thu Oct 25 12:55:37 2018 +0200
+++ b/hgext3rd/pullbundle.py	Thu Oct 25 10:01:58 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')),
          ],