any way to set :parent :push et al. from command line?
Jelmer Vernooij
jelmer at jelmer.uk
Sun Sep 19 10:09:00 UTC 2021
On Thu, Sep 16, 2021 at 12:04:15PM +0100, Sunday Olutayo wrote:
> A brz equivalent of "git remote add" is an important feature to have.
> With the present level of brz, it is the only thing so far, that make me
> to have to use git, whenever I am using brz to work on git repository.
>
> I intend to use one of these holidays to get to know the internal of
> brz, so I can make useful contribution. If there is any documentation or
> guidance in this regard, I will appreciate.
Agreed that it would be great to have something that allows accessing
and using remotes in Breezy.
I think the first step towards this is to come up with a proposal
around how the UI should work exactly - this is going to be different
from Git because of Breezy being significantly more oriented around
branches rather than repositories.
Such a proposal doesn't exist today - Martin and I have talked about
it a couple of times, but we haven't settled on anything concrete that
would work across multiple different vcses. I think ultimately this
is about a mechanism to manage and access information about related
branches in various ways.
Jelmer
> On 15/09/2021 4:01 pm, Jelmer Vernooij wrote:
> > On Wed, Sep 15, 2021 at 03:29:31PM +0100, Sunday Olutayo wrote:
> >> Can this bzr config push_location=https://example.com/bla
> >> be used to mimic "git remote add"?
> >
> > It depends on what you're after exactly, they're two quite different
> > concepts. It is similar to the URL of a remote in git, but
> > you can't e.g. have multiple push_locations while you can have
> > multiple origins in git.
> >
> > 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).
> >
> > Jelmer
> >
--
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/20210919/dfefc88e/attachment.sig>
More information about the bazaar
mailing list