pullbundle: drop erroneous flagging of the command as basic
This is a debug command, not a basic part of the UI.
--- 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')),
],