share repo branches backup and multi-push

Chris Hecker checker at d6.com
Thu May 23 04:58:09 UTC 2013


> If you don't have the branches, then you want:
> bzr heads --dead
> Which is the tip revisions that are *not* part of known branches.

Ah, cool, thanks.  I'd used that before for uncommitted heads, but 
didn't think to use it here.

So now, how would I make a new branch from that information under the 
shared repo?

Also, it only shows one tip because my branches are used to merge virgin 
code from libraries, but I assume once I figure out how to make a branch 
on the actual tip, I can go back through the log and find the other 
"tips" fairly easily.

Chris


On 2013-05-22 21:16, John Arbash Meinel wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2013-05-23 0:06, Chris Hecker wrote:
>>
>> Hmm, now that I'm actually trying, I can't get any information out
>> of just a plain old raw shared repository .bzr without any branches
>> under it.  This implies you can log one to see the revisions, but
>> that doesn't appear to be true if there are no branch directories
>> under it:
>>
>> http://stackoverflow.com/a/7271429
>>
>> The data is obviously there, but I don't know how to get to it.
>>
>> Thanks, Chris
>
> If you don't have the branches, then you want:
>
>    bzr heads --dead
>
> Which is the tip revisions that are *not* part of known branches.
> John
> =:->
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.13 (Cygwin)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEARECAAYFAlGdmBMACgkQJdeBCYSNAAP9/gCePz4OacZpPNCfwCg24ZZbv9lN
> wT4AoK6o+xx+PNe/Ne87UpJ7DayuDLDl
> =stmx
> -----END PGP SIGNATURE-----
>



More information about the bazaar mailing list