pullbundle: drop erroneous flagging of the command as basic
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Oct 2018 10:01:58 +0200
changeset 4188 326c043bf89c
parent 4187 49d442a2207f
child 4194 cae466b70bf1
pullbundle: drop erroneous flagging of the command as basic This is a debug command, not a basic part of the UI.
hgext3rd/pullbundle.py
--- a/hgext3rd/pullbundle.py	Sun Oct 21 00:08:27 2018 +0300
+++ b/hgext3rd/pullbundle.py	Thu Oct 25 10:01:58 2018 +0200
@@ -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')),
          ],