Disposeable Branches
John Arbash Meinel
john at arbash-meinel.com
Tue Dec 20 16:26:52 GMT 2005
Nathaniel McCallum wrote:
> Are branches disposable? In other words, what harm is there in killing
> a branch after it has been merged into another branch?
>
> Nathaniel
>
>
>
Not much.
It is a little bit difficult to get back to that exact revision, as I'm
not sure that all of the bzr commands work for extracting an exact
revision. But in theory:
bzr branch -r revid:theexact-revision-2005123123-aoe234d24h23au new old
Should be able to regenerate your old branch.
The only thing that might be missing is the exact 'revision-history',
though you should end up with a *valid* revision-history nonetheless.
John
=:->
PS> Allowing non-revision-history revisions is not implemented in all
commands. And probably 'branch' is one of those. Though it should be
feasible, and not very difficult to do so. It just means depending on
revision-id rather than revno.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051220/40f3d5e3/attachment.pgp
More information about the bazaar
mailing list