>> 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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com