Mercurial > evolve
changeset 4188:326c043bf89c
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 | 49d442a2207f |
children | cae466b70bf1 |
files | hgext3rd/pullbundle.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')), ],