unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "Mark A. Hershberger" <mhershberger@intrahealth.org>,
	emacs-devel@gnu.org
Subject: Re: merge conlict?
Date: Mon, 25 Jan 2010 13:33:38 +0200	[thread overview]
Message-ID: <87sk9ufmgd.fsf@mithlond.arda> (raw)
In-Reply-To: <83vdeq634g.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 25 Jan 2010 09:43:43 +0200")

On 2010-01-25 09:43 (+0200), Eli Zaretskii wrote:

> What does this "merge conflict" in the commit message mean? Why do so
> many unrelated files (see below) seem to be modified in one go?

Yes, the list of changed files is quite confusing. It's against a merge
parent which Bazaar chooses implicitly and from trunk's point of view
it's the "wrong" parent. From the point of view of truly distributed
development it doesn't matter because no branch is more important than
any other. But yes, Bazaar has this trunk mentality and treats the so
called left-most parent more important.

It would probably help if Bazaar supported combined diff format. With
Git we can trivially see the actual changes introduced by the merge
commit:


$ git show b8de0d6

commit b8de0d6b29e0b5138c9c3edfd4b0d72bd583f789
Merge: 941488a 49a939e
Author: Mark A. Hershberger <mhershberger@intrahealth.org>
Date:   2010-01-24 23:52:26 -0500

    merge conflict

diff --cc doc/emacs/ChangeLog
index e9ab5ed,7d7002a..39ffa2c
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@@ -1,8 -1,7 +1,12 @@@
- 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
++2010-01-24  Mark A. Hershberger  <mah@everybody.org>
 +
 +	* programs.texi (Other C Commands): Replace reference to obsolete
 +	c-subword-mode.
 +
+ 2010-01-21  Glenn Morris  <rgm@gnu.org>
+ 
+ 	* trouble.texi (Bugs): Fix PROBLEMS keybinding.
+ 
  2010-01-12  Glenn Morris  <rgm@gnu.org>
  
  	* trouble.texi (Checklist): Use bug-gnu-emacs rather than
diff --cc doc/misc/ChangeLog
index 50673dc,3d39b10..fe34433
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
- 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
 -2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
++2010-01-24  Mark A. Hershberger  <mah@everybody.org>
+ 
+ 	* gnus.texi (Score File Format): Fix typo.
+ 
++2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 +
 +	* cc-mode.texi: Replace references to obsolete c-subword-mode.
 +
  2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
  
  	* ada-mode.texi (Project File Overview): Fix typo.
diff --cc lisp/ChangeLog
index 86680e2,50da1d9..ed9e8ae
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@@ -1,7 -1,84 +1,88 @@@
- 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
++2010-01-24  Mark A. Hershberger  <mah@everybody.org>
 +
 +	* progmodes/python.el: Replace reference to obsolete c-subward-mode.
 +
+ 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
+ 
+ 	Remove support for adding --signoff on commit.
+ 	Future support will use an incompatible generic mechanism.
+ 	* vc-git.el (vc-git-add-signoff): Remove variable.
+ 	(vc-git-toggle-signoff): Remove function.
+ 	(vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
+ 
+ 	* term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
+ 	from xterm-set-background-mode.  Return t if the background mode
+ 	was set.
+ 	(terminal-init-xterm): Move tty-set-up-initial-frame-faces
+ 	earlier, call it again in case the background mode has changed.
+ 
+ 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
+ 
+ 	* emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
+ 	(Bug#3541).
+ 
+ 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
+ 
+ 	* emacs-lisp/assoc.el (aelement): Doc fix.
+ 	(aput, adelete, amake): Use lexical-let (Bug#5450).
+ 
+ 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
+ 
+         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
+ 	is the same as subprogram call, not declaration.  (Bug#5435).
+ 
+ 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
+ 
+ 	* net/tramp-smb.el (tramp-smb-conf): New defcustom.
+ 	(tramp-smb-maybe-open-connection): Use it.
+ 
+ 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
+ 
+ 	* net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
+ 
+ 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+ 
+ 	* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
+ 	just because we see "encoding: 8bit".
+ 	* mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
+ 
+ 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
+ 
+ 	* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
+ 
+ 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
+ 
+ 	* jka-compr.el (jka-compr-load): If load-file is not in
+ 	load-history, try its file-truename version.  (bug#5447)
+ 
+ 2010-01-21  Alan Mackenzie  <acm@muc.de>
+ 
+ 	Fix a situation where deletion of a cpp construct throws an error.
+ 	* progmodes/cc-engine.el (c-invalidate-state-cache): Before
+ 	invoking c-with-all-but-one-cpps-commented-out, check that the
+ 	special cpp construct is still in the buffer.
+ 	(c-parse-state): Record the special cpp with markers, not numbers.
+ 
+ 2010-01-21  Kenichi Handa  <handa@m17n.org>
+ 
+ 	* textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
+ 	process last-command-event, as it is now decoded first (Bug#5380).
+ 
+ 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
+ 
+ 	* term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
+ 
+ 2010-01-20  Glenn Morris  <rgm@gnu.org>
+ 
+ 	* indent.el (tab-always-indent): Fix custom-type.
+ 
+ 2010-01-19  Alan Mackenzie  <acm@muc.de>
+ 
+ 	* progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
+ 	buffer throws "args out of range".
+ 	(c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
+ 	playing the role of delimiter.
+ 
  2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
  
  	* lisp/progmodes/ada-mode.el: Fix bug#5400.




  parent reply	other threads:[~2010-01-25 11:33 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1NZJ1t-00089o-ST@monty-python.gnu.org>
2010-01-25  7:43 ` merge conlict? Eli Zaretskii
2010-01-25  8:46   ` Glenn Morris
2010-01-25  9:29     ` Eli Zaretskii
2010-01-25 13:54       ` NEVER use `bzr push' for sending changes upstream (was: merge conlict?) Óscar Fuentes
2010-01-25 17:29         ` NEVER use `bzr push' for sending changes upstream Mark A. Hershberger
2010-01-25 18:28           ` Óscar Fuentes
2010-01-25  9:26   ` merge conlict? Andreas Schwab
2010-01-25 10:08     ` Eli Zaretskii
2010-01-25 10:19       ` Andreas Schwab
2010-01-25 10:30         ` Óscar Fuentes
2010-01-25 11:06           ` Andreas Schwab
2010-01-25 11:14             ` Eli Zaretskii
2010-01-25 11:27             ` Óscar Fuentes
2010-01-25 11:55               ` Teemu Likonen
2010-01-25 12:22                 ` Óscar Fuentes
2010-01-25 12:34                   ` Andreas Schwab
2010-01-25 12:48                     ` Óscar Fuentes
2010-01-25 13:00                       ` Andreas Schwab
2010-01-25 13:38                         ` Óscar Fuentes
2010-01-25 14:26                           ` Andreas Schwab
2010-01-25 14:39                             ` Óscar Fuentes
2010-01-25 15:47                               ` Andreas Schwab
2010-01-25 15:57                                 ` Óscar Fuentes
2010-01-25 16:10                                   ` Andreas Schwab
2010-01-25 18:06                                     ` Óscar Fuentes
2010-01-25 18:10                                       ` Andreas Schwab
2010-01-25 18:24                                         ` Óscar Fuentes
2010-01-25 18:31                                           ` Andreas Schwab
2010-01-25 18:50                                             ` Óscar Fuentes
2010-01-25 19:09                                               ` Andreas Schwab
2010-01-25 19:21                                                 ` Óscar Fuentes
2010-01-25 19:39                                                   ` Andreas Schwab
2010-01-25 20:07                                                     ` Óscar Fuentes
2010-01-25 20:56                                                       ` Andreas Schwab
2010-01-25 21:24                                                         ` Óscar Fuentes
2010-01-25 21:44                                                           ` Andreas Schwab
2010-01-25 23:19                                                             ` Óscar Fuentes
2010-01-25 23:54                                                               ` Andreas Schwab
2010-01-25 23:57                                                                 ` Óscar Fuentes
2010-01-26  2:02                                                               ` Stefan Monnier
2010-01-26  9:08                                                                 ` Eli Zaretskii
2010-01-26 15:11                                                                   ` Stefan Monnier
2010-01-26 18:11                                                                     ` Eli Zaretskii
2010-01-26 15:15                                                                   ` Karl Fogel
2010-01-26 17:13                                                                     ` Stephen J. Turnbull
2010-01-26 17:09                                                                       ` Karl Fogel
2010-01-26 18:14                                                                     ` Eli Zaretskii
2010-01-25 22:10                                                           ` David Reitter
2010-01-25 23:35                                                             ` Óscar Fuentes
2010-01-26  0:03                                                               ` Andreas Schwab
2010-01-26  1:38                                                             ` Stephen J. Turnbull
2010-01-26  4:30                                                               ` David Reitter
2010-01-25 13:41                   ` Teemu Likonen
2010-01-25 13:52                     ` Thierry Volpiatto
2010-01-25 12:30                 ` Óscar Fuentes
2010-01-26  0:05           ` Richard Stallman
2010-01-26  1:49             ` Stephen J. Turnbull
2010-01-26  4:25               ` Eli Zaretskii
2010-01-26  9:16                 ` Andreas Schwab
2010-01-26 10:31                   ` Eli Zaretskii
2010-01-26 10:51                     ` Andreas Schwab
2010-01-26 10:06               ` Óscar Fuentes
2010-01-26 16:49               ` Richard Stallman
2010-01-26 16:49               ` Richard Stallman
2010-01-26 17:50                 ` Eli Zaretskii
2010-01-26 18:20                   ` Lennart Borgman
2010-01-26 18:42                     ` Karl Fogel
2010-01-26 19:10                       ` Eli Zaretskii
2010-01-26 19:38                       ` Stephen J. Turnbull
2010-01-26 22:43                   ` Richard Stallman
2010-01-27  1:18                     ` Stefan Monnier
2010-01-27  4:08                       ` Eli Zaretskii
2010-01-25 10:30         ` Eli Zaretskii
2010-01-25 10:51           ` Andreas Schwab
2010-01-25 11:09             ` Eli Zaretskii
2010-01-25 12:36               ` Andreas Schwab
2010-01-25 12:43                 ` Óscar Fuentes
2010-01-25 10:27       ` Óscar Fuentes
2010-01-26  3:02     ` Stefan Monnier
2010-01-26  8:38       ` Eli Zaretskii
2010-01-26  9:29       ` Andreas Schwab
2010-01-26 10:10         ` Óscar Fuentes
2010-01-26 10:28           ` Andreas Schwab
2010-01-26 12:40           ` Andreas Schwab
2010-01-25 11:33   ` Teemu Likonen [this message]
2010-01-25 12:02     ` Eli Zaretskii
2010-01-25 12:38       ` Andreas Schwab
2010-01-25 13:17       ` Teemu Likonen
2010-01-25 14:22         ` Eli Zaretskii
2010-01-25 14:03     ` Interpreting git diff --cc [was: merge conlict?] Stephen J. Turnbull
2010-01-26  0:05     ` merge conlict? Richard Stallman
2010-01-26  0:04   ` Richard Stallman
2010-01-26  2:14     ` Stephen J. Turnbull
2010-01-26  4:26     ` Eli Zaretskii
2010-01-26 16:50       ` Richard Stallman
2010-01-26 17:53         ` Eli Zaretskii
2010-01-28  2:10   ` Katsumi Yamaoka
2010-01-28  4:03     ` Eli Zaretskii
2010-01-28  4:13       ` Katsumi Yamaoka
2010-01-28  5:41         ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87sk9ufmgd.fsf@mithlond.arda \
    --to=tlikonen@iki.fi \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mhershberger@intrahealth.org \
    /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 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).