all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Óscar Fuentes" <ofv@wanadoo.es>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs-23 release branch
Date: Thu, 11 Mar 2010 06:21:43 +0200	[thread overview]
Message-ID: <83y6hz1oa0.fsf@gnu.org> (raw)
In-Reply-To: <87y6hz3jmz.fsf@telefonica.net>

> From: Óscar Fuentes <ofv@wanadoo.es>
> Date: Wed, 10 Mar 2010 23:19:00 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> >> Are there any bzr commands to show what revision on the (remote) trunk
> >> >> was the parent of this branch?
> >> >
> >> > In case it wasn't clear, I meant _without_ checking out the branch.
> >> 
> >> I think your best bet is 
> >> 
> >> bzr missing --mine-only sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-23
> >
> > Doesn't seem to work:
> >
> >   eliz@fencepost:~/bzr/emacs/trunk$ bzr missing --mine-only sftp://eliz@bzr.savannah.gnu.org/srv/bzr/emacs/emacs-23
> >   This branch is up to date.
> 
> Did you `bzr update' your local mirror first?

No.  Why should I?

> Maybe `bzr missing' does not work with bound branches.

It does work.  Just "bzr missing" in the trunk shows me the few
revisions I don't have, which had been added to the repository since
my last update.

> My trunk mirror is not bound, and after a `bzr pull' the `bzr missing'
> method above shows that the oldest revision that the emacs-23 branch is
> missing is
> 
> revno: 99635 [merge]
> committer: Stefan Monnier <monnier@iro.umontreal.ca>
> branch nick: trunk
> timestamp: Wed 2010-03-10 00:18:51 -0500
> message:
>   Merge pending branch
> 
> which means that the branch was created from revision 99634.

I hoped for a more direct evidence, something like the way "bzr log"
shows branches and merges.

> > Can't "bzr log" help here?  It should show branches, right?
> 
> No. Branching is copying the full history. You get a clone of the
> original branch (actually, there is a `clone' bzr command that is
> synonymous of `branch') The original branch does not reflect that a
> clone was spawned, nor the cloned branch remembers the tip revision.

There's probably something I miss here: "bzr log -n0" does show, for
all the merged branches, both their branch point and their merge
point.  And if that's not enough, the major revno number in the X.Y.Z
revno notation is precisely the number of the revision that is the
parent of the branch.  Here's an example:

  99599: Kenichi Handa 2010-03-02 [merge] Fix handling of the multibyte form...
    99322.1.39: Kenichi Handa 2010-03-02 [merge] from trunk
    99322.1.38: Kenichi Handa 2010-03-02 Fix handling of the multibyte form ...
  99598: Glenn Morris 2010-03-01 Small tweaks to etc/refcards/Makefile rules...

99322 is the revno from which Handa-san made his quickfixes branch.





  reply	other threads:[~2010-03-11  4:21 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-10  2:22 Emacs-23 release branch Stefan Monnier
2010-03-10  4:09 ` Chong Yidong
2010-03-10  5:18   ` Jason Rumney
2010-03-10 15:23     ` Chong Yidong
2010-03-10 23:11       ` Jason Rumney
2010-03-10 23:25         ` Lennart Borgman
2010-03-10  5:19   ` Stefan Monnier
2010-03-10  5:58   ` joakim
2010-03-10 13:30     ` Ted Zlatanov
2010-03-10  7:55   ` Ulrich Mueller
2010-03-10 15:24     ` Chong Yidong
2010-03-10 17:23   ` Eli Zaretskii
2010-03-10 17:34     ` Chong Yidong
2010-03-10 17:56       ` Eli Zaretskii
2010-03-10 18:15         ` Chong Yidong
2010-03-10 17:37     ` David Kastrup
2010-03-10 17:58       ` Eli Zaretskii
2010-03-10 19:23       ` Stefan Monnier
2010-03-10 19:41         ` David Kastrup
2010-03-10 21:53         ` Eli Zaretskii
2010-03-11  3:15           ` Stefan Monnier
2010-03-11  4:22             ` Eli Zaretskii
2010-03-11 14:00               ` Stefan Monnier
2010-03-11 18:00                 ` Eli Zaretskii
2010-03-11 19:04                   ` Stefan Monnier
2010-03-11 19:53                     ` Eli Zaretskii
2010-03-11 22:09                       ` Andreas Schwab
2010-03-11 22:19                       ` James Cloos
2010-03-12  8:41                         ` bidi branch (was: Emacs-23 release branch) Eli Zaretskii
2010-03-13 18:16                           ` bidi branch James Cloos
2010-03-13 19:03                             ` Eli Zaretskii
2010-03-13 21:33                               ` Eli Zaretskii
2010-03-13 21:39                                 ` Drew Adams
2010-03-15 14:10                               ` Stephen J. Turnbull
2010-03-11 22:45                       ` Emacs-23 release branch Stefan Monnier
2010-03-12  8:46                         ` bidi branch Eli Zaretskii
2010-03-12  9:16                         ` Emacs-23 release branch Andreas Schwab
2010-03-12 15:32                           ` Stefan Monnier
2010-03-10 21:22   ` Michael Albinus
2010-03-11  3:20     ` Stefan Monnier
2010-03-11  4:27       ` Michael Albinus
2010-03-11 14:04         ` Stefan Monnier
2010-03-11 14:30           ` Michael Albinus
2010-03-11 15:14             ` Stefan Monnier
2010-03-11 16:02               ` Michael Albinus
2010-03-11 16:07                 ` Chong Yidong
2010-03-11 16:10                   ` Michael Albinus
2010-03-12 15:28                 ` Ted Zlatanov
2010-03-12 15:31                   ` Ted Zlatanov
2010-03-12 16:36                     ` Keywords (was: Emacs-23 release branch) Juri Linkov
2010-03-12 16:32             ` Emacs-23 release branch Juri Linkov
2010-03-12 18:03               ` Stefan Monnier
2010-03-13 20:40                 ` secrets.el (was: Emacs-23 release branch) Michael Albinus
2010-03-14 16:37                   ` secrets.el Stefan Monnier
2010-03-20 19:32                   ` secrets.el Ted Zlatanov
2010-03-11 20:48           ` Keywords (Re: Emacs-23 release branch) Juri Linkov
2010-03-11 21:45             ` Keywords Juri Linkov
2010-03-12  1:30               ` Keywords Stefan Monnier
2010-03-14 21:33                 ` Keywords Juri Linkov
2010-03-15 21:33                   ` Keywords Juri Linkov
2010-03-19 17:25                     ` finder.el UI (was: Keywords) Ted Zlatanov
2010-03-19 22:48                       ` Juri Linkov
2010-03-22 13:30                         ` finder.el UI Ted Zlatanov
2010-03-22 14:19                           ` Stefan Monnier
2010-03-22 14:29                             ` Ted Zlatanov
2010-03-22 15:08                               ` Juri Linkov
2010-03-22 16:33                                 ` Ted Zlatanov
2010-03-22 16:09                               ` Stefan Monnier
2010-03-22 16:36                                 ` Ted Zlatanov
2010-03-22 15:07                             ` Juri Linkov
2010-03-22 17:13                             ` Drew Adams
2010-03-22 15:04                           ` Juri Linkov
2010-03-14 21:34   ` Customize UI (was: Emacs-23 release branch) Juri Linkov
2010-03-15  1:05     ` Customize UI Miles Bader
2010-03-15  1:34       ` Juri Linkov
2010-03-15  3:32         ` Miles Bader
2010-03-15 17:17     ` Chong Yidong
2010-03-15 17:34       ` Lennart Borgman
2010-03-15 21:34       ` Juri Linkov
2010-03-19 17:21     ` Ted Zlatanov
2010-03-10 17:21 ` Emacs-23 release branch Eli Zaretskii
2010-03-10 17:48   ` Sven Joachim
2010-03-10 18:00     ` Eli Zaretskii
2010-03-10 19:30     ` Chad Brown
2010-03-10 19:36       ` Óscar Fuentes
2010-03-10 19:55         ` Chad Brown
2010-03-10 19:47       ` Sven Joachim
2010-03-11  3:16         ` Stefan Monnier
2010-03-11  7:42           ` Sven Joachim
2010-03-11 13:35             ` Óscar Fuentes
2010-03-11 14:02             ` Stefan Monnier
2010-03-10 17:48 ` Eli Zaretskii
2010-03-10 17:59   ` Eli Zaretskii
2010-03-10 19:31     ` Stefan Monnier
2010-03-10 21:55       ` Eli Zaretskii
2010-03-11  3:17         ` Stefan Monnier
2010-03-10 19:44     ` Óscar Fuentes
2010-03-10 22:05       ` Eli Zaretskii
2010-03-10 22:19         ` Óscar Fuentes
2010-03-11  4:21           ` Eli Zaretskii [this message]
2010-03-11 13:42             ` Óscar Fuentes
2010-03-11 14:08             ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83y6hz1oa0.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=ofv@wanadoo.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.