* detecting bound branches in bzr
@ 2010-04-16 20:45 Dan Nicolaescu
2010-04-16 21:30 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2010-04-16 20:45 UTC (permalink / raw)
To: emacs-devel
It would be nice if vc-dir for Bzr would show some special header if
the current tree is a bound branch. That way the user know that a
commit will go upstream.
Is there a reliable (and fast) way to detect bound branches?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: detecting bound branches in bzr
2010-04-16 20:45 detecting bound branches in bzr Dan Nicolaescu
@ 2010-04-16 21:30 ` Eli Zaretskii
2010-04-16 23:01 ` Óscar Fuentes
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2010-04-16 21:30 UTC (permalink / raw)
To: Dan Nicolaescu; +Cc: emacs-devel
> From: Dan Nicolaescu <dann@gnu.org>
> Date: Fri, 16 Apr 2010 16:45:50 -0400
>
> Is there a reliable (and fast) way to detect bound branches?
The file .bzr/branch/branch.conf should have this line:
bound = True
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: detecting bound branches in bzr
2010-04-16 21:30 ` Eli Zaretskii
@ 2010-04-16 23:01 ` Óscar Fuentes
0 siblings, 0 replies; 3+ messages in thread
From: Óscar Fuentes @ 2010-04-16 23:01 UTC (permalink / raw)
To: emacs-devel; +Cc: Dan Nicolaescu
Eli Zaretskii <eliz@gnu.org> writes:
>> Is there a reliable (and fast) way to detect bound branches?
>
> The file .bzr/branch/branch.conf should have this line:
>
> bound = True
Alternatively you can check the output of `bzr info', which should
display:
checkout of branch: SOME_URL
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-16 23:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16 20:45 detecting bound branches in bzr Dan Nicolaescu
2010-04-16 21:30 ` Eli Zaretskii
2010-04-16 23:01 ` Óscar Fuentes
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.