##// 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 840 raise error.Abort(bundle2requiredmain,
841 841 hint=bundle2requiredhint)
842 842
843 #chunks = exchange.getbundlechunks(repo, 'serve', **opts)
844 843 try:
845 844 chunks = exchange.getbundlechunks(repo, 'serve', **opts)
846 845 except error.Abort as exc:
General Comments 0
You need to be logged in to leave comments. Login now