##// END OF EJS Templates
bundle: avoid crash when no good changegroup version found...
bundle: avoid crash when no good changegroup version found When using treemanifests, only changegroup3 bundles can be created. However, there is currently no way of requesting a changegroup3 bundle, so we run into an assertion in changegroup.getbundler() when trying to get a changroup2 bundler. Let's avoid the traceback and print a short error message instead.

File last commit:

r16438:28a90cdf default
r28669:c4b72779 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer