unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).