[Python-Dev] [Python-3000] Python source code on Bazaar vcs

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 30 09:54:49 CEST 2008


>> Once you've pushed the branches, is there a way to remove them?
> 
> Do you mean the local branches?  If yes, then 'rm -rf mymergedbranch'
> does exactly what you want. :)

Notice that, unlike subversion, this will cause the entire branch
to go away, irrevocably (unless you had pushed it elsewhere before,
or was branched from).

IIUC, if this is a "shared repository", the actual revisions will
still be stored, but unaccessible, as the branch files store the
information what revision was the head revision.

Regards,
Martin


More information about the Python-Dev mailing list