deleting branches in a repo

Asked by Benjamin Peterson

If I have a repository (bzr init-repo) with several branches in it, can I just use rm -R to delete old branches. Will the revisions in that deleted branch still be in the repo?

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

Yes, and yes.

Revision history for this message
Alexandre (lexrupy) said :
#2

uh, interesting, and, is there a way to delete that revisions, aka completly remove the branch from repo?

Revision history for this message
Dan Watkins (oddbloke) said :
#3

I believe it is possible, but there isn't a nice way of doing it right now. That is to say, you'd have to get your hands dirty with Python and bzrlib.

Can you help with this problem?

Provide an answer of your own, or ask Benjamin Peterson for more information if necessary.

To post a message you must log in.