mercurial/commands.py
changeset 37005 66c0ff381cfc
parent 36996 1bf555cb680e
child 37026 e2a0aaec7d86
--- a/mercurial/commands.py	Fri Jan 19 17:29:50 2018 +0100
+++ b/mercurial/commands.py	Wed Jan 31 09:41:47 2018 +0100
@@ -1263,7 +1263,7 @@
         compopts['level'] = complevel
 
 
-    contentopts = {'cg.version': cgversion}
+    contentopts = {'cg.version': cgversion, 'changegroup': True}
     if repo.ui.configbool('experimental', 'evolution.bundle-obsmarker'):
         contentopts['obsolescence'] = True
     if repo.ui.configbool('experimental', 'bundle-phases'):