hgext/clonebundles.py
changeset 29841 d5883fd055c6
parent 28095 7fa139eaebb4
child 31146 16d8bec0177d
--- 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)