# HG changeset patch # User Pierre-Yves David # Date 1540454518 -7200 # Node ID 326c043bf89cbaf72f7c47ee0d9c147e5fb30899 # Parent 49d442a2207fa4fb4935b993172f25e7c356bbb6 pullbundle: drop erroneous flagging of the command as basic This is a debug command, not a basic part of the UI. diff -r 49d442a2207f -r 326c043bf89c 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')), ],