"bzr branch" downloads 10x the whole repo size through "dumb" http server (format 2a)?

Stefan Monnier monnier at iro.umontreal.ca
Thu May 9 01:52:15 UTC 2013


>         if end_point > 45*1024*1024:
>             # The max cache size is 50MB, so don't create bigger blocks
>             start_new_block = True
>         else:
>             start_new_block = False

Isn't that "start_new_block = end_point > 45*1024*1024" ?


        Stefan




More information about the bazaar mailing list