hgext3rd/pullbundle.py
changeset 4188 326c043bf89c
parent 4176 45d4b49d81d9
child 4208 7d4c80c3f386
--- 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')),
          ],