##// END OF EJS Templates
wireproto: remove unused code...
Jun Wu -
r31073:2cf1e520 default
parent child Browse files
Show More
@@ -840,7 +840,6 b' def getbundle(repo, proto, others):'
840 raise error.Abort(bundle2requiredmain,
840 raise error.Abort(bundle2requiredmain,
841 hint=bundle2requiredhint)
841 hint=bundle2requiredhint)
842
842
843 #chunks = exchange.getbundlechunks(repo, 'serve', **opts)
844 try:
843 try:
845 chunks = exchange.getbundlechunks(repo, 'serve', **opts)
844 chunks = exchange.getbundlechunks(repo, 'serve', **opts)
846 except error.Abort as exc:
845 except error.Abort as exc:
General Comments 0
You need to be logged in to leave comments. Login now