##// END OF EJS Templates
wireproto: remove gboptslist (API)...
Gregory Szorc -
r29735:919a4b7f default
parent child Browse files
Show More
@@ -745,12 +745,6 b' def debugwireargs(repo, proto, one, two,'
745 opts = options('debugwireargs', ['three', 'four'], others)
745 opts = options('debugwireargs', ['three', 'four'], others)
746 return repo.debugwireargs(one, two, **opts)
746 return repo.debugwireargs(one, two, **opts)
747
747
748 # List of options accepted by getbundle.
749 #
750 # Meant to be extended by extensions. It is the extension's responsibility to
751 # ensure such options are properly processed in exchange.getbundle.
752 gboptslist = ['heads', 'common', 'bundlecaps']
753
754 @wireprotocommand('getbundle', '*')
748 @wireprotocommand('getbundle', '*')
755 def getbundle(repo, proto, others):
749 def getbundle(repo, proto, others):
756 opts = options('getbundle', gboptsmap.keys(), others)
750 opts = options('getbundle', gboptsmap.keys(), others)
General Comments 0
You need to be logged in to leave comments. Login now