Is there any way to get all bazaar branches from remote shared repository?
I found it can be with Bazaar Explorer, but could not find which be with bzr command.
In Git:
git branches -r
.In Subversion,
svn ls <REPOSITORY_ROOT>/branches
.
How about in bazaar?
I think it is very important to find what branches are in the repository, and I believe bzr must support that feature easily, but I could not find the way by searching the internet.