diff -r 4435d4c951ec -r d5883fd055c6 hgext/clonebundles.py --- a/hgext/clonebundles.py Thu Aug 25 01:00:26 2016 -0400 +++ b/hgext/clonebundles.py Tue Aug 23 11:26:08 2016 -0400 @@ -169,7 +169,7 @@ wireproto, ) -testedwith = 'internal' +testedwith = 'ships-with-hg-core' def capabilities(orig, repo, proto): caps = orig(repo, proto)