Comment 1 for bug 279583

Revision history for this message
Aaron Bentley (abentley) wrote :

The bzrtools "branches" command uses a bzrlib API to iterate through branches. This means that it works on any URL type bzr supports, and it supports repository types whose branches are not physically represented as directories. It is slow because bzrlib has not been optimized for this.