any way to set :parent :push et al. from command line?

Jelmer Vernooij jelmer at jelmer.uk
Fri Sep 24 15:41:08 UTC 2021


On Thu, Sep 23, 2021 at 12:57:32PM +0100, Sunday Olutayo wrote:
> I tried out the bookmark plugin, it is not compatible with brz.
> I try browsing through the code, things have changed.
> 
> bzrlib becomes breezy,
> 
> but "@decorators.needs_write_lock" seems not to have a replacement, and
> it is required for "bookmark plugin" to work.
Rather than using decorators, you're now encouraged to use context
managers, e.g.:

with branch.lock_write():
   ...

Jelmer

> 
> Your help with be appreciated
> 
> Thanks,
> Sunday Olutayo
> 
> On 19/09/2021 7:14 pm, Matthew D. Fuller wrote:
> > On Wed, Sep 15, 2021 at 04:01:42PM +0100 I heard the voice of
> > Jelmer Vernooij, and lo! it spake thus:
> >>
> >> Maybe bzr bookmarks are what you're after? That allows you to create
> >> short names for remote repository URLs, although these are global
> >> per user rather than per repository (unlike remotes in Git).
> > 
> > The bookmarks plugin supported branch-local bookmarks as well.
> > 
> > 

-- 
Jelmer Vernooij <jelmer at jelmer.uk>
PGP Key: https://www.jelmer.uk/D729A457.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20210924/e05a1687/attachment.sig>


More information about the bazaar mailing list