all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Eli Zaretskii <eliz@gnu.org>, Drew Adams <drew.adams@oracle.com>,
	emacs-devel@gnu.org
Subject: Re: `about-emacs' - what about the revno?
Date: Mon, 30 Aug 2010 18:22:40 +0200	[thread overview]
Message-ID: <AANLkTimFvcd653LJamGLK+JxT9SL2jXgR9BpnOmBopdx@mail.gmail.com> (raw)
In-Reply-To: <jwveidgm7nb.fsf-monnier+emacs@gnu.org>

On Mon, Aug 30, 2010 at 5:41 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
>> This has come up before, but the discussion was inconclusive (IIRC)
>> because of 2 reasons:
>
>>   . revno is not unique: two different branches can have the same
>>     revno for two very different code bases
>
> Maybe we should try and provide the revno of the common ancestor on
> the trunk.  I only see two problems with it:
> 1- you'll probably need Internet access to find this info (might be
>   problematic during a build, for instance).
> 2- I don't know how to tell Bzr to give me this info.

I use this in my patched version of Emacs (on w32):


  bzr version-info --custom --template "(defconst
emacs-emacsw32-bzr-revision-id \"{revision_id}\")\n"
  bzr version-info --custom --template "(defconst
emacs-emacsw32-bzr-date \"{date}\")\n"
  bzr version-info --custom --template "(defconst
emacs-emacsw32-bzr-revno {revno})\n"
  bzr version-info --custom --template "(defconst
emacs-emacsw32-bzr-branch-nick \"{branch_nick}\")\n"

and then I save this to a file which I read in Emacs.



  reply	other threads:[~2010-08-30 16:22 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-28 15:38 `about-emacs' - what about the revno? Drew Adams
2010-08-28 15:57 ` Eli Zaretskii
2010-08-28 16:05   ` Drew Adams
2010-08-28 16:13     ` Eli Zaretskii
2010-08-28 16:34     ` Jason Rumney
2010-08-28 17:12   ` Óscar Fuentes
2010-08-28 19:06   ` Christoph
2010-08-29  4:56   ` Teemu Likonen
2010-08-30 15:41   ` Stefan Monnier
2010-08-30 16:22     ` Lennart Borgman [this message]
2010-08-30 16:27     ` Eli Zaretskii
2010-08-30 17:50       ` Eli Zaretskii
2010-08-30 19:20         ` Óscar Fuentes
2010-08-30 22:07           ` Stefan Monnier
2010-08-31  6:34         ` Andreas Schwab
2010-08-31 10:35           ` Stefan Monnier
2010-08-31 10:41             ` Andreas Schwab
2010-08-31 13:01               ` Stefan Monnier
2010-08-31 20:08                 ` Óscar Fuentes
2010-09-01  6:20                   ` Stefan Monnier
2010-08-31 14:02               ` Miles Bader
2010-08-31 16:56             ` Eli Zaretskii
2010-09-01  6:25               ` Stefan Monnier
2010-09-01  6:42                 ` Eli Zaretskii
2010-09-01  7:45                   ` Stefan Monnier
2010-09-01  8:41                     ` Eli Zaretskii
2010-08-31 16:58             ` Eli Zaretskii
2010-08-30 17:39     ` Óscar Fuentes
2010-08-30 17:58       ` Lennart Borgman
2010-08-30 22:08       ` Stefan Monnier
2010-08-30 22:45         ` Óscar Fuentes
2010-08-31  8:22           ` 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=AANLkTimFvcd653LJamGLK+JxT9SL2jXgR9BpnOmBopdx@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=drew.adams@oracle.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.