emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suggestion to indicate fixed version when closing a bug


From: Eli Zaretskii
Subject: Re: Suggestion to indicate fixed version when closing a bug
Date: Sun, 11 Dec 2011 07:33:51 +0200

> From: Glenn Morris <address@hidden>
> Date: Sat, 10 Dec 2011 17:53:42 -0500
> Cc: Eli Zaretskii <address@hidden>, address@hidden
> 
> Glenn Morris wrote:
> 
> > The --fixes flag passed to a bzr commit could probably be made to do
> > something automatically. But I seem to recall this has been mentioned
> > before, and Savannah does not support commit hooks for security reasons
> > (or was this plugins?). Personally I think it's too much effort to
> > implement an automated method for this.
> 
> On reflection, it would be pretty nice. I made a request for this feature:
> 
> https://bugs.launchpad.net/bzr-hookless-email/+bug/902643

Thanks.

FWIW, here's a simple way of gleaning the information for a given
revision ID:

  cat -r revid:REVID configure.in | fgrep AC_INIT

(If you want just the version number, you need to edit the output with
Sed; this is left as an exercise.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]