emacs-devel
[Top][All Lists]
Advanced

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

Re: Git transition checklist


From: Eli Zaretskii
Subject: Re: Git transition checklist
Date: Thu, 09 Jan 2014 19:44:26 +0200

> From: Rüdiger Sonderfeld <address@hidden>
> Cc: Andreas Schwab <address@hidden>, address@hidden, address@hidden
> Date: Thu, 09 Jan 2014 17:45:28 +0100
> 
> What does --fixes in bzr exactly do?  Does it close the corresponding bug on 
> the tracker?

No, it does not.  It just adds a canonical reference to the bug on
debbugs into the commit meta-date:

  bzr log -c 115888
  ------------------------------------------------------------
  revno: 115888
  fixes bug: http://debbugs.gnu.org/16129  <<<<<<<<<<<<<<<<<<<<<<<<<
  committer: Eli Zaretskii <address@hidden>
  branch nick: trunk
  timestamp: Mon 2014-01-06 16:28:26 +0000
  message:
    Fix bug #16129 with slow and incorrect redisplay in follow-mode.

     src/xdisp.c (redisplay_window): Don't skip window redisplay if the
     last value of point is not equal to buffer's point.

> Does that happen when you commit or when you push?

When you commit, because it is inserted into the commit data (but with
a bound branch, commit also pushes).




reply via email to

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