##// END OF EJS Templates
pull: use the "cg" argument when pulling a bundle2...
Pierre-Yves David -
r22352:dc371d1f default
parent child Browse files
Show More
@@ -826,6 +826,7 b' def _pullbundle2(pullop):'
826
826
827 kwargs['common'] = pullop.common
827 kwargs['common'] = pullop.common
828 kwargs['heads'] = pullop.heads or pullop.rheads
828 kwargs['heads'] = pullop.heads or pullop.rheads
829 kwargs['cg'] = pullop.fetch
829 if 'b2x:listkeys' in remotecaps:
830 if 'b2x:listkeys' in remotecaps:
830 kwargs['listkeys'] = ['phase']
831 kwargs['listkeys'] = ['phase']
831 if not pullop.fetch:
832 if not pullop.fetch:
General Comments 0
You need to be logged in to leave comments. Login now